Html Css Color HEX #80BF14 Lima

📋 copy color: '#80BF14'

red 128 ◦ green 191 ◦ blue 20

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

Shades of Lima #80BF14

Tints of Lima #80BF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 37.76%
G = 56.34%
B = 5.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#80BF14 (or 0x80BF14) is known color: Lima. HEX triplet: 80, BF and 14. RGB value is (128,191,20). Sum of RGB (Red+Green+Blue) = 128+191+20=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF14 is #7F40EB. Grayscale: #999999. Windows color (decimal): -8339692 or 1359744. OLE color: 1359744.

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

Color convert

RGB 128 191 20 -
CMYK 0.33 0 0.90 0.25
HSL 82.11º 0.81% 0.41% -
HSV(B) 82.11º 0.9% 0.75% -
XYZ 27.66 41.9 7.29 -
YUV 152.67 53.13 110.4 -
System Red Green Blue C M Y K H S L
Decimal 128 191 20 0.33 0 0.90 0.25 82.11 0.81 0.41
Hex 80 BF 14 21 0 5A 19 52 51 29
Octal 200 277 24 41 0 132 31 122 121 51
Binary 10000000 10111111 10100 100001 0 1011010 11001 1010010 1010001 101001

Color Harmonies of #80BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF14

Black with #80BF14

Text Example


Text Example

White with #80BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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