Html Css Color HEX #64D40C Kelly Green

📋 copy color: '#64D40C'

red 100 ◦ green 212 ◦ blue 12

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

Shades of Kelly Green #64D40C

Tints of Kelly Green #64D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 65.43%

 BLUE value IS 12 (5.08% from 255) = 3.7%

R = 30.86%
G = 65.43%
B = 3.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#64D40C (or 0x64D40C) is known color: Kelly Green. HEX triplet: 64, D4 and 0C. RGB value is (100,212,12). Sum of RGB (Red+Green+Blue) = 100+212+12=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 212 (83.20% from 255 or 65.43% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 212 - color contains mainly: green. Hex color #64D40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D40C is #9B2BF3. Grayscale: #9C9C9C. Windows color (decimal): -10169332 or 840804. OLE color: 840804.

HSL color Cylindrical-coordinate representation of color #64D40C: hue angle of 93.6º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64D40C is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 212 12 -
CMYK 0.53 0 0.94 0.17
HSL 93.6º 0.89% 0.44% -
HSV(B) 93.6º 0.94% 0.83% -
XYZ 28.87 49.82 8.44 -
YUV 155.71 46.89 88.26 -
System Red Green Blue C M Y K H S L
Decimal 100 212 12 0.53 0 0.94 0.17 93.6 0.89 0.44
Hex 64 D4 C 35 0 5E 11 5E 59 2C
Octal 144 324 14 65 0 136 21 136 131 54
Binary 1100100 11010100 1100 110101 0 1011110 10001 1011110 1011001 101100

Color Harmonies of #64D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D40C

Black with #64D40C

Text Example


Text Example

White with #64D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,212,12); }

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

background-color css

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

 a { background-color: rgb(100,212,12); }

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

border-color css

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

 span { border-color: rgb(100,212,12); }

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