Html Css Color HEX #64D918 Kelly Green

📋 copy color: '#64D918'

red 100 ◦ green 217 ◦ blue 24

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

Shades of Kelly Green #64D918

Tints of Kelly Green #64D918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.64%

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 29.33%
G = 63.64%
B = 7.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#64D918 (or 0x64D918) is known color: Kelly Green. HEX triplet: 64, D9 and 18. RGB value is (100,217,24). Sum of RGB (Red+Green+Blue) = 100+217+24=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #64D918 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D918 is #9B26E7. Grayscale: #A0A0A0. Windows color (decimal): -10168040 or 1628516. OLE color: 1628516.

HSL color Cylindrical-coordinate representation of color #64D918: hue angle of 96.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64D918 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 24 -
CMYK 0.54 0 0.89 0.15
HSL 96.37º 0.8% 0.47% -
HSV(B) 96.37º 0.89% 0.85% -
XYZ 30.23 52.4 9.39 -
YUV 160.02 51.24 85.19 -
System Red Green Blue C M Y K H S L
Decimal 100 217 24 0.54 0 0.89 0.15 96.37 0.8 0.47
Hex 64 D9 18 36 0 59 F 60 50 2F
Octal 144 331 30 66 0 131 17 140 120 57
Binary 1100100 11011001 11000 110110 0 1011001 1111 1100000 1010000 101111

Color Harmonies of #64D918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D918

Black with #64D918

Text Example


Text Example

White with #64D918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,24); }

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

background-color css

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

 a { background-color: rgb(100,217,24); }

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

border-color css

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

 span { border-color: rgb(100,217,24); }

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