Html Css Color HEX #64CA16 Kelly Green

📋 copy color: '#64CA16'

red 100 ◦ green 202 ◦ blue 22

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

Shades of Kelly Green #64CA16

Tints of Kelly Green #64CA16

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.35%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 30.86%
G = 62.35%
B = 6.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#64CA16 (or 0x64CA16) is known color: Kelly Green. HEX triplet: 64, CA and 16. RGB value is (100,202,22). Sum of RGB (Red+Green+Blue) = 100+202+22=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CA16 is #9B35E9. Grayscale: #979797. Windows color (decimal): -10171882 or 1493604. OLE color: 1493604.

HSL color Cylindrical-coordinate representation of color #64CA16: hue angle of 94º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64CA16 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 22 -
CMYK 0.50 0 0.89 0.21
HSL 94º 0.8% 0.44% -
HSV(B) 94º 0.89% 0.79% -
XYZ 26.52 45.01 8.05 -
YUV 150.98 55.21 91.64 -
System Red Green Blue C M Y K H S L
Decimal 100 202 22 0.50 0 0.89 0.21 94 0.8 0.44
Hex 64 CA 16 32 0 59 15 5E 50 2C
Octal 144 312 26 62 0 131 25 136 120 54
Binary 1100100 11001010 10110 110010 0 1011001 10101 1011110 1010000 101100

Color Harmonies of #64CA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CA16

Black with #64CA16

Text Example


Text Example

White with #64CA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,22); }

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

background-color css

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

 a { background-color: rgb(100,202,22); }

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

border-color css

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

 span { border-color: rgb(100,202,22); }

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