#64DC2A

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

Shades of Kelly Green #64DC2A

Tints of Kelly Green #64DC2A

Color information

#64DC2A (or 0x64DC2A) is unknown color: approx Kelly Green. HEX triplet: 64, DC and 2A. RGB value is (100,220,42). Sum of RGB (Red+Green+Blue) = 100+220+42=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DC2A is #9B23D5. Grayscale: #A4A4A4. Windows color (decimal): -10167254 or 2808932. OLE color: 2808932.

HSL color Cylindrical-coordinate representation of color #64DC2A: hue angle of 100.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64DC2A is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB10022042-
CMYK0.5500.810.14
HSL100.45º71.77%51.37%-
HSV(B)100.45º80.91%86.27%-
XYZ31.2754.0610.98-
YUV163.8359.2482.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 220 (86.33% from 255) = 60.77%
BLUE value IS 42 (16.80% from 255) = 11.60%
R=27.62%
G=60.77%
B=11.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100220420.5500.810.14100.4571.7751.37
Hex64DC2A37051E644833
Octal144334526701211614411063
Binary11001001101110010101011011101010001111011001001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,42); }

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

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

 a { background-color: rgb(100,220,42); }

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

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

 span { border-color: rgb(100,220,42); }

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