Html Css Color HEX #64D016 Kelly Green

📋 copy color: '#64D016'

red 100 ◦ green 208 ◦ blue 22

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

Shades of Kelly Green #64D016

Tints of Kelly Green #64D016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 63.03%

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

R = 30.3%
G = 63.03%
B = 6.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#64D016 (or 0x64D016) is known color: Kelly Green. HEX triplet: 64, D0 and 16. RGB value is (100,208,22). Sum of RGB (Red+Green+Blue) = 100+208+22=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #64D016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D016 is #9B2FE9. Grayscale: #9B9B9B. Windows color (decimal): -10170346 or 1495140. OLE color: 1495140.

HSL color Cylindrical-coordinate representation of color #64D016: hue angle of 94.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64D016 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 22 -
CMYK 0.52 0 0.89 0.18
HSL 94.84º 0.81% 0.45% -
HSV(B) 94.84º 0.89% 0.82% -
XYZ 27.96 47.88 8.53 -
YUV 154.5 53.22 89.12 -
System Red Green Blue C M Y K H S L
Decimal 100 208 22 0.52 0 0.89 0.18 94.84 0.81 0.45
Hex 64 D0 16 34 0 59 12 5F 51 2D
Octal 144 320 26 64 0 131 22 137 121 55
Binary 1100100 11010000 10110 110100 0 1011001 10010 1011111 1010001 101101

Color Harmonies of #64D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D016

Black with #64D016

Text Example


Text Example

White with #64D016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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