#66CD00

Color #66CD00 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #66CD00

Tints of Kelly Green #66CD00

Color information

#66CD00 (or 0x66CD00) is unknown color: approx Kelly Green. HEX triplet: 66, CD and 00. RGB value is (102,205,0). Sum of RGB (Red+Green+Blue) = 102+205+0=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 205 (80.47% from 255 or 66.78% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CD00 is #9932FF. Grayscale: #979797. Windows color (decimal): -10040064 or 52582. OLE color: 52582.

HSL color Cylindrical-coordinate representation of color #66CD00: hue angle of 90.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66CD00 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB1022050-
CMYK0.50010.20
HSL90.15º100%40.2%-
HSV(B)90.15º100%80.39%-
XYZ27.3146.497.53-
YUV150.8342.8893.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 205 (80.47% from 255) = 66.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.22%
G=66.78%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal10220500.50010.2090.1510040.2
Hex66CD032064145a6428
Octal14631506201442413214450
Binary1100110110011010110010011001001010010110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CD00; }

 p { color: rgb(102,205,0); }

 H1.HeaderClassName
 {
   color: #66CD00;
 }
 .AnyTagClassName
 {
   color: #66CD00;
 }
</style>
background-color css

<style>
 a { background-color: #66CD00; }

 a { background-color: rgb(102,205,0); }

 div.DivClassName
 {
   background-color: #66CD00;
 }
 .BgClassName
 {
   background-color: #66CD00;
 }
</style>
border-color css

<style>
 span { border-color: #66CD00; }

 span { border-color: rgb(102,205,0); }

 td.TdClassName
 {
   border-color: #66CD00;
 }
 .TagClassName
 {
   border-color: #66CD00;
 }
</style>