Html Css Color HEX #64D608 Kelly Green

📋 copy color: '#64D608'

red 100 ◦ green 214 ◦ blue 8

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

Shades of Kelly Green #64D608

Tints of Kelly Green #64D608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 66.46%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 31.06%
G = 66.46%
B = 2.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#64D608 (or 0x64D608) is known color: Kelly Green. HEX triplet: 64, D6 and 08. RGB value is (100,214,8). Sum of RGB (Red+Green+Blue) = 100+214+8=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #64D608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D608 is #9B29F7. Grayscale: #9D9D9D. Windows color (decimal): -10168824 or 579172. OLE color: 579172.

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

Color convert

RGB 100 214 8 -
CMYK 0.53 0 0.96 0.16
HSL 93.2º 0.93% 0.44% -
HSV(B) 93.2º 0.96% 0.84% -
XYZ 29.35 50.82 8.49 -
YUV 156.43 44.23 87.75 -
System Red Green Blue C M Y K H S L
Decimal 100 214 8 0.53 0 0.96 0.16 93.2 0.93 0.44
Hex 64 D6 8 35 0 60 10 5D 5D 2C
Octal 144 326 10 65 0 140 20 135 135 54
Binary 1100100 11010110 1000 110101 0 1100000 10000 1011101 1011101 101100

Color Harmonies of #64D608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D608

Black with #64D608

Text Example


Text Example

White with #64D608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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