Html Css Color HEX #64BF20 Kelly Green

📋 copy color: '#64BF20'

red 100 ◦ green 191 ◦ blue 32

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

Shades of Kelly Green #64BF20

Tints of Kelly Green #64BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 59.13%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 30.96%
G = 59.13%
B = 9.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#64BF20 (or 0x64BF20) is known color: Kelly Green. HEX triplet: 64, BF and 20. RGB value is (100,191,32). Sum of RGB (Red+Green+Blue) = 100+191+32=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF20 is #9B40DF. Grayscale: #929292. Windows color (decimal): -10174688 or 2146148. OLE color: 2146148.

HSL color Cylindrical-coordinate representation of color #64BF20: hue angle of 94.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64BF20 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 191 32 -
CMYK 0.48 0 0.83 0.25
HSL 94.34º 0.71% 0.44% -
HSV(B) 94.34º 0.83% 0.75% -
XYZ 24.15 40.08 7.83 -
YUV 145.67 63.85 95.43 -
System Red Green Blue C M Y K H S L
Decimal 100 191 32 0.48 0 0.83 0.25 94.34 0.71 0.44
Hex 64 BF 20 30 0 53 19 5E 47 2C
Octal 144 277 40 60 0 123 31 136 107 54
Binary 1100100 10111111 100000 110000 0 1010011 11001 1011110 1000111 101100

Color Harmonies of #64BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BF20

Black with #64BF20

Text Example


Text Example

White with #64BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,191,32); }

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

background-color css

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

 a { background-color: rgb(100,191,32); }

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

border-color css

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

 span { border-color: rgb(100,191,32); }

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