Html Css Color HEX #64E12C Kelly Green

📋 copy color: '#64E12C'

red 100 ◦ green 225 ◦ blue 44

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

Shades of Kelly Green #64E12C

Tints of Kelly Green #64E12C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.98%

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

R = 27.1%
G = 60.98%
B = 11.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#64E12C (or 0x64E12C) is known color: Kelly Green. HEX triplet: 64, E1 and 2C. RGB value is (100,225,44). Sum of RGB (Red+Green+Blue) = 100+225+44=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #64E12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E12C is #9B1ED3. Grayscale: #A7A7A7. Windows color (decimal): -10165972 or 2941284. OLE color: 2941284.

HSL color Cylindrical-coordinate representation of color #64E12C: hue angle of 101.44º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64E12C is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 44 -
CMYK 0.56 0 0.80 0.12
HSL 101.44º 0.75% 0.53% -
HSV(B) 101.44º 0.8% 0.88% -
XYZ 32.64 56.74 11.62 -
YUV 166.99 58.59 80.22 -
System Red Green Blue C M Y K H S L
Decimal 100 225 44 0.56 0 0.80 0.12 101.44 0.75 0.53
Hex 64 E1 2C 38 0 50 C 65 4B 35
Octal 144 341 54 70 0 120 14 145 113 65
Binary 1100100 11100001 101100 111000 0 1010000 1100 1100101 1001011 110101

Color Harmonies of #64E12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E12C

Black with #64E12C

Text Example


Text Example

White with #64E12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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