Shades of Lima #80B409
Tints of Lima #80B409
RGB
CMYK
RGB Variations
Color information
#80B409 (or 0x80B409) is known color: Lima. HEX triplet: 80, B4 and 09. RGB value is (128,180,9). Sum of RGB (Red+Green+Blue) = 128+180+9=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #80B409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B409 is #7F4BF6. Grayscale: #919191. Windows color (decimal): -8342519 or 636032. OLE color: 636032.
HSL color Cylindrical-coordinate representation of color #80B409: hue angle of 78.25º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80B409 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.29 |
| HSL | 78.25º | 0.9% | 0.37% | - |
| HSV(B) | 78.25º | 0.95% | 0.71% | - |
| XYZ | 25.27 | 37.25 | 6.12 | - |
| YUV | 144.96 | 51.27 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 9 | 0.29 | 0 | 0.95 | 0.29 | 78.25 | 0.9 | 0.37 |
| Hex | 80 | B4 | 9 | 1D | 0 | 5F | 1D | 4E | 5A | 25 |
| Octal | 200 | 264 | 11 | 35 | 0 | 137 | 35 | 116 | 132 | 45 |
| Binary | 10000000 | 10110100 | 1001 | 11101 | 0 | 1011111 | 11101 | 1001110 | 1011010 | 100101 |
Color Harmonies of #80B409
Complementary color
Monochromatic Colors of #80B409
Black with #80B409
Text Example
Text Example
White with #80B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B409; }
p { color: rgb(128,180,9); }
H1.HeaderClassName
{
color: #80B409;
}
.AnyTagClassName
{
color: #80B409;
}
</style>
background-color css
<style>
a { background-color: #80B409; }
a { background-color: rgb(128,180,9); }
div.DivClassName
{
background-color: #80B409;
}
.BgClassName
{
background-color: #80B409;
}
</style>
border-color css
<style>
span { border-color: #80B409; }
span { border-color: rgb(128,180,9); }
td.TdClassName
{
border-color: #80B409;
}
.TagClassName
{
border-color: #80B409;
}
</style>