Html Css Color HEX #64D710 Kelly Green

📋 copy color: '#64D710'

red 100 ◦ green 215 ◦ blue 16

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

Shades of Kelly Green #64D710

Tints of Kelly Green #64D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 64.95%

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

R = 30.21%
G = 64.95%
B = 4.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#64D710 (or 0x64D710) is known color: Kelly Green. HEX triplet: 64, D7 and 10. RGB value is (100,215,16). Sum of RGB (Red+Green+Blue) = 100+215+16=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #64D710 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D710 is #9B28EF. Grayscale: #9E9E9E. Windows color (decimal): -10168560 or 1103716. OLE color: 1103716.

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

Color convert

RGB 100 215 16 -
CMYK 0.53 0 0.93 0.16
HSL 94.67º 0.86% 0.45% -
HSV(B) 94.67º 0.93% 0.84% -
XYZ 29.65 51.35 8.84 -
YUV 157.93 47.9 86.68 -
System Red Green Blue C M Y K H S L
Decimal 100 215 16 0.53 0 0.93 0.16 94.67 0.86 0.45
Hex 64 D7 10 35 0 5D 10 5F 56 2D
Octal 144 327 20 65 0 135 20 137 126 55
Binary 1100100 11010111 10000 110101 0 1011101 10000 1011111 1010110 101101

Color Harmonies of #64D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D710

Black with #64D710

Text Example


Text Example

White with #64D710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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