#64C024

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

Shades of Kelly Green #64C024

Tints of Kelly Green #64C024

Color information

#64C024 (or 0x64C024) is unknown color: approx Kelly Green. HEX triplet: 64, C0 and 24. RGB value is (100,192,36). Sum of RGB (Red+Green+Blue) = 100+192+36=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #64C024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C024 is #9B3FDB. Grayscale: #939393. Windows color (decimal): -10174428 or 2408548. OLE color: 2408548.

HSL color Cylindrical-coordinate representation of color #64C024: hue angle of 95.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64C024 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB10019236-
CMYK0.4800.810.25
HSL95.38º68.42%44.71%-
HSV(B)95.38º81.25%75.29%-
XYZ24.4240.548.21-
YUV146.7165.5294.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 192 (75.39% from 255) = 58.54%
BLUE value IS 36 (14.45% from 255) = 10.98%
R=30.49%
G=58.54%
B=10.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100192360.4800.810.2595.3868.4244.71
Hex64C02430051195f442d
Octal144300446001213113710455
Binary110010011000000100100110000010100011100110111111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C024; }

 p { color: rgb(100,192,36); }

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

<style>
 a { background-color: #64C024; }

 a { background-color: rgb(100,192,36); }

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

<style>
 span { border-color: #64C024; }

 span { border-color: rgb(100,192,36); }

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