Html Css Color HEX #64D315 Kelly Green

📋 copy color: '#64D315'

red 100 ◦ green 211 ◦ blue 21

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

Shades of Kelly Green #64D315

Tints of Kelly Green #64D315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 30.12%
G = 63.55%
B = 6.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#64D315 (or 0x64D315) is known color: Kelly Green. HEX triplet: 64, D3 and 15. RGB value is (100,211,21). Sum of RGB (Red+Green+Blue) = 100+211+21=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #64D315 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D315 is #9B2CEA. Grayscale: #9C9C9C. Windows color (decimal): -10169579 or 1430372. OLE color: 1430372.

HSL color Cylindrical-coordinate representation of color #64D315: hue angle of 95.05º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64D315 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 211 21 -
CMYK 0.53 0 0.90 0.17
HSL 95.05º 0.82% 0.45% -
HSV(B) 95.05º 0.9% 0.83% -
XYZ 28.69 49.35 8.72 -
YUV 156.15 51.73 87.95 -
System Red Green Blue C M Y K H S L
Decimal 100 211 21 0.53 0 0.90 0.17 95.05 0.82 0.45
Hex 64 D3 15 35 0 5A 11 5F 52 2D
Octal 144 323 25 65 0 132 21 137 122 55
Binary 1100100 11010011 10101 110101 0 1011010 10001 1011111 1010010 101101

Color Harmonies of #64D315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D315

Black with #64D315

Text Example


Text Example

White with #64D315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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