Shades of Lima #80B830
Tints of Lima #80B830
RGB
CMYK
RGB Variations
Color information
#80B830 (or 0x80B830) is known color: Lima. HEX triplet: 80, B8 and 30. RGB value is (128,184,48). Sum of RGB (Red+Green+Blue) = 128+184+48=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #80B830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B830 is #7F47CF. Grayscale: #989898. Windows color (decimal): -8341456 or 3192960. OLE color: 3192960.
HSL color Cylindrical-coordinate representation of color #80B830: hue angle of 84.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B830 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 48 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.28 |
| HSL | 84.71º | 0.59% | 0.45% | - |
| HSV(B) | 84.71º | 0.74% | 0.72% | - |
| XYZ | 26.58 | 39.08 | 8.94 | - |
| YUV | 151.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 48 | 0.30 | 0 | 0.74 | 0.28 | 84.71 | 0.59 | 0.45 |
| Hex | 80 | B8 | 30 | 1E | 0 | 4A | 1C | 55 | 3B | 2D |
| Octal | 200 | 270 | 60 | 36 | 0 | 112 | 34 | 125 | 73 | 55 |
| Binary | 10000000 | 10111000 | 110000 | 11110 | 0 | 1001010 | 11100 | 1010101 | 111011 | 101101 |
Color Harmonies of #80B830
Complementary color
Monochromatic Colors of #80B830
Black with #80B830
Text Example
Text Example
White with #80B830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B830; }
p { color: rgb(128,184,48); }
H1.HeaderClassName
{
color: #80B830;
}
.AnyTagClassName
{
color: #80B830;
}
</style>
background-color css
<style>
a { background-color: #80B830; }
a { background-color: rgb(128,184,48); }
div.DivClassName
{
background-color: #80B830;
}
.BgClassName
{
background-color: #80B830;
}
</style>
border-color css
<style>
span { border-color: #80B830; }
span { border-color: rgb(128,184,48); }
td.TdClassName
{
border-color: #80B830;
}
.TagClassName
{
border-color: #80B830;
}
</style>