Html Css Color HEX #80BA15 Lima

📋 copy color: '#80BA15'

red 128 ◦ green 186 ◦ blue 21

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

Shades of Lima #80BA15

Tints of Lima #80BA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.52%

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 38.21%
G = 55.52%
B = 6.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#80BA15 (or 0x80BA15) is known color: Lima. HEX triplet: 80, BA and 15. RGB value is (128,186,21). Sum of RGB (Red+Green+Blue) = 128+186+21=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA15 is #7F45EA. Grayscale: #969696. Windows color (decimal): -8340971 or 1424000. OLE color: 1424000.

HSL color Cylindrical-coordinate representation of color #80BA15: hue angle of 81.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80BA15 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 21 -
CMYK 0.31 0 0.89 0.27
HSL 81.09º 0.8% 0.41% -
HSV(B) 81.09º 0.89% 0.73% -
XYZ 26.6 39.76 6.98 -
YUV 149.85 55.28 112.42 -
System Red Green Blue C M Y K H S L
Decimal 128 186 21 0.31 0 0.89 0.27 81.09 0.8 0.41
Hex 80 BA 15 1F 0 59 1B 51 50 29
Octal 200 272 25 37 0 131 33 121 120 51
Binary 10000000 10111010 10101 11111 0 1011001 11011 1010001 1010000 101001

Color Harmonies of #80BA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA15

Black with #80BA15

Text Example


Text Example

White with #80BA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,21); }

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

background-color css

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

 a { background-color: rgb(128,186,21); }

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

border-color css

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

 span { border-color: rgb(128,186,21); }

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