Html Css Color HEX #80BF20 Lima

📋 copy color: '#80BF20'

red 128 ◦ green 191 ◦ blue 32

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

Shades of Lima #80BF20

Tints of Lima #80BF20

RGB

 RED value IS 128 (50.39% from 255) = 36.47%

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

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

R = 36.47%
G = 54.42%
B = 9.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#80BF20 (or 0x80BF20) is known color: Lima. HEX triplet: 80, BF and 20. RGB value is (128,191,32). Sum of RGB (Red+Green+Blue) = 128+191+32=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF20 is #7F40DF. Grayscale: #9A9A9A. Windows color (decimal): -8339680 or 2146176. OLE color: 2146176.

HSL color Cylindrical-coordinate representation of color #80BF20: hue angle of 83.77º 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 #80BF20 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 32 -
CMYK 0.33 0 0.83 0.25
HSL 83.77º 0.71% 0.44% -
HSV(B) 83.77º 0.83% 0.75% -
XYZ 27.79 41.96 8 -
YUV 154.04 59.13 109.43 -
System Red Green Blue C M Y K H S L
Decimal 128 191 32 0.33 0 0.83 0.25 83.77 0.71 0.44
Hex 80 BF 20 21 0 53 19 54 47 2C
Octal 200 277 40 41 0 123 31 124 107 54
Binary 10000000 10111111 100000 100001 0 1010011 11001 1010100 1000111 101100

Color Harmonies of #80BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF20

Black with #80BF20

Text Example


Text Example

White with #80BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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