Html Css Color HEX #64D512 Kelly Green

📋 copy color: '#64D512'

red 100 ◦ green 213 ◦ blue 18

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

Shades of Kelly Green #64D512

Tints of Kelly Green #64D512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.35%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 30.21%
G = 64.35%
B = 5.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#64D512 (or 0x64D512) is known color: Kelly Green. HEX triplet: 64, D5 and 12. RGB value is (100,213,18). Sum of RGB (Red+Green+Blue) = 100+213+18=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 213 (83.59% from 255 or 64.35% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 213 - color contains mainly: green. Hex color #64D512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D512 is #9B2AED. Grayscale: #9D9D9D. Windows color (decimal): -10169070 or 1234276. OLE color: 1234276.

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

Color convert

RGB 100 213 18 -
CMYK 0.53 0 0.92 0.16
HSL 94.77º 0.84% 0.45% -
HSV(B) 94.77º 0.92% 0.84% -
XYZ 29.16 50.34 8.75 -
YUV 156.98 49.56 87.36 -
System Red Green Blue C M Y K H S L
Decimal 100 213 18 0.53 0 0.92 0.16 94.77 0.84 0.45
Hex 64 D5 12 35 0 5C 10 5F 54 2D
Octal 144 325 22 65 0 134 20 137 124 55
Binary 1100100 11010101 10010 110101 0 1011100 10000 1011111 1010100 101101

Color Harmonies of #64D512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D512

Black with #64D512

Text Example


Text Example

White with #64D512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,213,18); }

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

background-color css

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

 a { background-color: rgb(100,213,18); }

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

border-color css

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

 span { border-color: rgb(100,213,18); }

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