Html Css Color HEX #64D31A Kelly Green

📋 copy color: '#64D31A'

red 100 ◦ green 211 ◦ blue 26

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

Shades of Kelly Green #64D31A

Tints of Kelly Green #64D31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.61%

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 29.67%
G = 62.61%
B = 7.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#64D31A (or 0x64D31A) is known color: Kelly Green. HEX triplet: 64, D3 and 1A. RGB value is (100,211,26). Sum of RGB (Red+Green+Blue) = 100+211+26=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #64D31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D31A is #9B2CE5. Grayscale: #9D9D9D. Windows color (decimal): -10169574 or 1758052. OLE color: 1758052.

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

Color convert

RGB 100 211 26 -
CMYK 0.53 0 0.88 0.17
HSL 96º 0.78% 0.46% -
HSV(B) 96º 0.88% 0.83% -
XYZ 28.74 49.37 8.99 -
YUV 156.72 54.23 87.54 -
System Red Green Blue C M Y K H S L
Decimal 100 211 26 0.53 0 0.88 0.17 96 0.78 0.46
Hex 64 D3 1A 35 0 58 11 60 4E 2E
Octal 144 323 32 65 0 130 21 140 116 56
Binary 1100100 11010011 11010 110101 0 1011000 10001 1100000 1001110 101110

Color Harmonies of #64D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D31A

Black with #64D31A

Text Example


Text Example

White with #64D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,211,26); }

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

background-color css

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

 a { background-color: rgb(100,211,26); }

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

border-color css

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

 span { border-color: rgb(100,211,26); }

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