#64CD24

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

Shades of Kelly Green #64CD24

Tints of Kelly Green #64CD24

Color information

#64CD24 (or 0x64CD24) is unknown color: approx Kelly Green. HEX triplet: 64, CD and 24. RGB value is (100,205,36). Sum of RGB (Red+Green+Blue) = 100+205+36=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD24 is #9B32DB. Grayscale: #9A9A9A. Windows color (decimal): -10171100 or 2411876. OLE color: 2411876.

HSL color Cylindrical-coordinate representation of color #64CD24: hue angle of 97.28º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64CD24 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB10020536-
CMYK0.5100.820.20
HSL97.28º70.12%47.25%-
HSV(B)97.28º82.44%80.39%-
XYZ27.4146.59.2-
YUV154.3461.2189.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 205 (80.47% from 255) = 60.12%
BLUE value IS 36 (14.45% from 255) = 10.56%
R=29.33%
G=60.12%
B=10.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100205360.5100.820.2097.2870.1247.25
Hex64CD24330521461462f
Octal144315446301222414110657
Binary110010011001101100100110011010100101010011000011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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