Html Css Color HEX #64D207 Kelly Green

📋 copy color: '#64D207'

red 100 ◦ green 210 ◦ blue 7

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

Shades of Kelly Green #64D207

Tints of Kelly Green #64D207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 66.25%

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 31.55%
G = 66.25%
B = 2.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#64D207 (or 0x64D207) is known color: Kelly Green. HEX triplet: 64, D2 and 07. RGB value is (100,210,7). Sum of RGB (Red+Green+Blue) = 100+210+7=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 210 (82.42% from 255 or 66.25% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 210 - color contains mainly: green. Hex color #64D207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D207 is #9B2DF8. Grayscale: #9A9A9A. Windows color (decimal): -10169849 or 512612. OLE color: 512612.

HSL color Cylindrical-coordinate representation of color #64D207: hue angle of 92.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64D207 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 210 7 -
CMYK 0.52 0 0.97 0.18
HSL 92.51º 0.94% 0.43% -
HSV(B) 92.51º 0.97% 0.82% -
XYZ 28.34 48.82 8.13 -
YUV 153.97 45.06 89.51 -
System Red Green Blue C M Y K H S L
Decimal 100 210 7 0.52 0 0.97 0.18 92.51 0.94 0.43
Hex 64 D2 7 34 0 61 12 5D 5E 2B
Octal 144 322 7 64 0 141 22 135 136 53
Binary 1100100 11010010 111 110100 0 1100001 10010 1011101 1011110 101011

Color Harmonies of #64D207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D207

Black with #64D207

Text Example


Text Example

White with #64D207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,210,7); }

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

background-color css

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

 a { background-color: rgb(100,210,7); }

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

border-color css

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

 span { border-color: rgb(100,210,7); }

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