Html Css Color HEX #64D606 Kelly Green

📋 copy color: '#64D606'

red 100 ◦ green 214 ◦ blue 6

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

Shades of Kelly Green #64D606

Tints of Kelly Green #64D606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 31.25%
G = 66.88%
B = 1.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#64D606 (or 0x64D606) is known color: Kelly Green. HEX triplet: 64, D6 and 06. RGB value is (100,214,6). Sum of RGB (Red+Green+Blue) = 100+214+6=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 214 (83.98% from 255 or 66.88% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 214 - color contains mainly: green. Hex color #64D606 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D606 is #9B29F9. Grayscale: #9C9C9C. Windows color (decimal): -10168826 or 448100. OLE color: 448100.

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

Color convert

RGB 100 214 6 -
CMYK 0.53 0 0.97 0.16
HSL 92.88º 0.95% 0.43% -
HSV(B) 92.88º 0.97% 0.84% -
XYZ 29.33 50.82 8.43 -
YUV 156.2 43.23 87.91 -
System Red Green Blue C M Y K H S L
Decimal 100 214 6 0.53 0 0.97 0.16 92.88 0.95 0.43
Hex 64 D6 6 35 0 61 10 5D 5F 2B
Octal 144 326 6 65 0 141 20 135 137 53
Binary 1100100 11010110 110 110101 0 1100001 10000 1011101 1011111 101011

Color Harmonies of #64D606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D606

Black with #64D606

Text Example


Text Example

White with #64D606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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