#66CB29

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

Shades of Kelly Green #66CB29

Tints of Kelly Green #66CB29

Color information

#66CB29 (or 0x66CB29) is unknown color: approx Kelly Green. HEX triplet: 66, CB and 29. RGB value is (102,203,41). Sum of RGB (Red+Green+Blue) = 102+203+41=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB29 is #9934D6. Grayscale: #9A9A9A. Windows color (decimal): -10040535 or 2739046. OLE color: 2739046.

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

Color convert

RGB10220341-
CMYK0.5000.800.20
HSL97.41º66.39%47.84%-
HSV(B)97.41º79.8%79.61%-
XYZ27.2445.79.48-
YUV154.3364.0490.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 203 (79.69% from 255) = 58.67%
BLUE value IS 41 (16.41% from 255) = 11.85%
R=29.48%
G=58.67%
B=11.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102203410.5000.800.2097.4166.3947.84
Hex66CB293205014614230
Octal146313516201202414110260
Binary110011011001011101001110010010100001010011000011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,203,41); }

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

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

 a { background-color: rgb(102,203,41); }

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

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

 span { border-color: rgb(102,203,41); }

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