Html Css Color HEX #64D810 Kelly Green

📋 copy color: '#64D810'

red 100 ◦ green 216 ◦ blue 16

#64D810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #64D810

Tints of Kelly Green #64D810

RGB

 RED value IS 100 (39.45% from 255) = 30.12%

 GREEN value IS 216 (84.77% from 255) = 65.06%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 30.12%
G = 65.06%
B = 4.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#64D810 (or 0x64D810) is known color: Kelly Green. HEX triplet: 64, D8 and 10. RGB value is (100,216,16). Sum of RGB (Red+Green+Blue) = 100+216+16=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #64D810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D810 is #9B27EF. Grayscale: #9F9F9F. Windows color (decimal): -10168304 or 1103972. OLE color: 1103972.

HSL color Cylindrical-coordinate representation of color #64D810: hue angle of 94.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64D810 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 16 -
CMYK 0.54 0 0.93 0.15
HSL 94.8º 0.86% 0.45% -
HSV(B) 94.8º 0.93% 0.85% -
XYZ 29.9 51.86 8.92 -
YUV 158.52 47.57 86.26 -
System Red Green Blue C M Y K H S L
Decimal 100 216 16 0.54 0 0.93 0.15 94.8 0.86 0.45
Hex 64 D8 10 36 0 5D F 5F 56 2D
Octal 144 330 20 66 0 135 17 137 126 55
Binary 1100100 11011000 10000 110110 0 1011101 1111 1011111 1010110 101101

Color Harmonies of #64D810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D810

Black with #64D810

Text Example


Text Example

White with #64D810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,16); }

 H1.HeaderClassName
 {
   color: #64D810;
 }
 .AnyTagClassName
 {
   color: #64D810;
 }
</style>

background-color css

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

 a { background-color: rgb(100,216,16); }

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

border-color css

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

 span { border-color: rgb(100,216,16); }

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