Html Css Color HEX #64D72C Kelly Green

📋 copy color: '#64D72C'

red 100 ◦ green 215 ◦ blue 44

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

Shades of Kelly Green #64D72C

Tints of Kelly Green #64D72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 27.86%
G = 59.89%
B = 12.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#64D72C (or 0x64D72C) is known color: Kelly Green. HEX triplet: 64, D7 and 2C. RGB value is (100,215,44). Sum of RGB (Red+Green+Blue) = 100+215+44=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #64D72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D72C is #9B28D3. Grayscale: #A1A1A1. Windows color (decimal): -10168532 or 2938724. OLE color: 2938724.

HSL color Cylindrical-coordinate representation of color #64D72C: hue angle of 100.35º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64D72C is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 44 -
CMYK 0.53 0 0.80 0.16
HSL 100.35º 0.68% 0.51% -
HSV(B) 100.35º 0.8% 0.84% -
XYZ 30.01 51.49 10.74 -
YUV 161.12 61.9 84.4 -
System Red Green Blue C M Y K H S L
Decimal 100 215 44 0.53 0 0.80 0.16 100.35 0.68 0.51
Hex 64 D7 2C 35 0 50 10 64 44 33
Octal 144 327 54 65 0 120 20 144 104 63
Binary 1100100 11010111 101100 110101 0 1010000 10000 1100100 1000100 110011

Color Harmonies of #64D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D72C

Black with #64D72C

Text Example


Text Example

White with #64D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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