#64D61E

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

Shades of Kelly Green #64D61E

Tints of Kelly Green #64D61E

Color information

#64D61E (or 0x64D61E) is unknown color: approx Kelly Green. HEX triplet: 64, D6 and 1E. RGB value is (100,214,30). Sum of RGB (Red+Green+Blue) = 100+214+30=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #64D61E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D61E is #9B29E1. Grayscale: #9F9F9F. Windows color (decimal): -10168802 or 2020964. OLE color: 2020964.

HSL color Cylindrical-coordinate representation of color #64D61E: hue angle of 97.17º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64D61E is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB10021430-
CMYK0.5300.860.16
HSL97.17º75.41%47.84%-
HSV(B)97.17º85.98%83.92%-
XYZ29.5450.99.5-
YUV158.9455.2385.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 214 (83.98% from 255) = 62.21%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=29.07%
G=62.21%
B=8.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100214300.5300.860.1697.1775.4147.84
Hex64D61E3505610614b30
Octal144326366501262014111360
Binary11001001101011011110110101010101101000011000011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,214,30); }

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

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

 a { background-color: rgb(100,214,30); }

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

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

 span { border-color: rgb(100,214,30); }

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