Html Css Color HEX #80BF11 Lima

📋 copy color: '#80BF11'

red 128 ◦ green 191 ◦ blue 17

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

Shades of Lima #80BF11

Tints of Lima #80BF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.06%

R = 38.1%
G = 56.85%
B = 5.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#80BF11 (or 0x80BF11) is known color: Lima. HEX triplet: 80, BF and 11. RGB value is (128,191,17). Sum of RGB (Red+Green+Blue) = 128+191+17=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF11 is #7F40EE. Grayscale: #989898. Windows color (decimal): -8339695 or 1163136. OLE color: 1163136.

HSL color Cylindrical-coordinate representation of color #80BF11: hue angle of 81.72º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80BF11 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 17 -
CMYK 0.33 0 0.91 0.25
HSL 81.72º 0.84% 0.41% -
HSV(B) 81.72º 0.91% 0.75% -
XYZ 27.63 41.89 7.16 -
YUV 152.33 51.63 110.65 -
System Red Green Blue C M Y K H S L
Decimal 128 191 17 0.33 0 0.91 0.25 81.72 0.84 0.41
Hex 80 BF 11 21 0 5B 19 52 54 29
Octal 200 277 21 41 0 133 31 122 124 51
Binary 10000000 10111111 10001 100001 0 1011011 11001 1010010 1010100 101001

Color Harmonies of #80BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF11

Black with #80BF11

Text Example


Text Example

White with #80BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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