#66C424

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

Shades of Kelly Green #66C424

Tints of Kelly Green #66C424

Color information

#66C424 (or 0x66C424) is unknown color: approx Kelly Green. HEX triplet: 66, C4 and 24. RGB value is (102,196,36). Sum of RGB (Red+Green+Blue) = 102+196+36=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #66C424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C424 is #993BDB. Grayscale: #969696. Windows color (decimal): -10042332 or 2409574. OLE color: 2409574.

HSL color Cylindrical-coordinate representation of color #66C424: hue angle of 95.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66C424 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB10219636-
CMYK0.4800.820.23
HSL95.25º68.97%45.49%-
HSV(B)95.25º81.63%76.86%-
XYZ25.5442.438.51-
YUV149.6563.8694.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 196 (76.95% from 255) = 58.68%
BLUE value IS 36 (14.45% from 255) = 10.78%
R=30.54%
G=58.68%
B=10.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102196360.4800.820.2395.2568.9745.49
Hex66C42430052175f452d
Octal146304446001222713710555
Binary110011011000100100100110000010100101011110111111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,196,36); }

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

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

 a { background-color: rgb(102,196,36); }

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

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

 span { border-color: rgb(102,196,36); }

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