#66CC03

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

Shades of Kelly Green #66CC03

Tints of Kelly Green #66CC03

Color information

#66CC03 (or 0x66CC03) is unknown color: approx Kelly Green. HEX triplet: 66, CC and 03. RGB value is (102,204,3). Sum of RGB (Red+Green+Blue) = 102+204+3=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CC03 is #9933FC. Grayscale: #979797. Windows color (decimal): -10040317 or 248934. OLE color: 248934.

HSL color Cylindrical-coordinate representation of color #66CC03: hue angle of 90.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66CC03 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB1022043-
CMYK0.500.990.2
HSL90.45º97.1%40.59%-
HSV(B)90.45º98.53%80%-
XYZ27.0946.027.54-
YUV150.5944.7193.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 204 (80.08% from 255) = 66.02%
BLUE value IS 3 (1.56% from 255) = 0.97%
R=33.01%
G=66.02%
B=0.97%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal10220430.500.990.290.4597.140.59
Hex66CC332063145a6129
Octal14631436201432413214151
Binary11001101100110011110010011000111010010110101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,204,3); }

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

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

 a { background-color: rgb(102,204,3); }

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

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

 span { border-color: rgb(102,204,3); }

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