Html Css Color HEX #80BF16 Lima

📋 copy color: '#80BF16'

red 128 ◦ green 191 ◦ blue 22

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

Shades of Lima #80BF16

Tints of Lima #80BF16

RGB

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

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

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

R = 37.54%
G = 56.01%
B = 6.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#80BF16 (or 0x80BF16) is known color: Lima. HEX triplet: 80, BF and 16. RGB value is (128,191,22). Sum of RGB (Red+Green+Blue) = 128+191+22=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF16 is #7F40E9. Grayscale: #999999. Windows color (decimal): -8339690 or 1490816. OLE color: 1490816.

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

Color convert

RGB 128 191 22 -
CMYK 0.33 0 0.88 0.25
HSL 82.37º 0.79% 0.42% -
HSV(B) 82.37º 0.88% 0.75% -
XYZ 27.68 41.91 7.39 -
YUV 152.9 54.13 110.24 -
System Red Green Blue C M Y K H S L
Decimal 128 191 22 0.33 0 0.88 0.25 82.37 0.79 0.42
Hex 80 BF 16 21 0 58 19 52 4F 2A
Octal 200 277 26 41 0 130 31 122 117 52
Binary 10000000 10111111 10110 100001 0 1011000 11001 1010010 1001111 101010

Color Harmonies of #80BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF16

Black with #80BF16

Text Example


Text Example

White with #80BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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