Hex #00cd66 Color

#00cd66
equivalent to

RGB

(0, 205, 102)

Details of #00cd66

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
24.2296
0.42
1.00
72.6423
44.6220
150°
66.7997
205
44.6220
1.00
0.00
-65.0447
0.2730
100°
-52.1534
102
19.9062
0.40
0.50   0.20
39.3200
0.5027
80°
29.0968

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
11001101
315
205
CD
Blue
1100110
146
102
66

RGB in % of #00cd66

%0.00
%66.78
%33.22

CMYK in % of #00cd66

%100
%0
%50
%20

Triads of color #00cd66

#00cd66 #cd6600 #660066

Similar Colors to #00cd66

#00cd66 #01cd00 #00cdcd

Preview Color #00cd66 on black ground

#00cd66 is very interesting for text.

Preview Color #00cd66 on white ground

#00cd66 is very interesting for text.

CSS Codes #00cd66 color

.mybgcolor {background-color:#00cd66; }
.myforecolor {color:#00cd66; }
.mybordercolor {border:3px solid #00cd66; }

Text Font Color #00cd66

<p style="color:#00cd66">Text here</p>

This sample text font color is #00cd66
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #00cd66

<div style="background-color:#00cd66">
Div content here</div>

This div background color is #00cd66


Border Color #00cd66

<div style="border:3px solid #00cd66">
Div here</div>

The color of this border is #00cd66


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #00cd66; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #00cd66;
-webkit-box-shadow: 1px 1px 3px 2px #00cd66;
box-shadow:         1px 1px 3px 2px #00cd66; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #00cd66">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #00cd66;
  -webkit-box-shadow: 1px 1px 3px 2px #00cd66;
  box-shadow:         1px 1px 3px 2px #00cd66;">
Div content here</div>

The shadow of div box using color #00cd66