Shades of Lima #80B407
Tints of Lima #80B407
RGB
CMYK
RGB Variations
Color information
#80B407 (or 0x80B407) is known color: Lima. HEX triplet: 80, B4 and 07. RGB value is (128,180,7). Sum of RGB (Red+Green+Blue) = 128+180+7=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #80B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B407 is #7F4BF8. Grayscale: #919191. Windows color (decimal): -8342521 or 504960. OLE color: 504960.
HSL color Cylindrical-coordinate representation of color #80B407: hue angle of 78.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80B407 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.29 |
| HSL | 78.03º | 0.93% | 0.37% | - |
| HSV(B) | 78.03º | 0.96% | 0.71% | - |
| XYZ | 25.26 | 37.25 | 6.06 | - |
| YUV | 144.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 7 | 0.29 | 0 | 0.96 | 0.29 | 78.03 | 0.93 | 0.37 |
| Hex | 80 | B4 | 7 | 1D | 0 | 60 | 1D | 4E | 5D | 25 |
| Octal | 200 | 264 | 7 | 35 | 0 | 140 | 35 | 116 | 135 | 45 |
| Binary | 10000000 | 10110100 | 111 | 11101 | 0 | 1100000 | 11101 | 1001110 | 1011101 | 100101 |
Color Harmonies of #80B407
Complementary color
Monochromatic Colors of #80B407
Black with #80B407
Text Example
Text Example
White with #80B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B407; }
p { color: rgb(128,180,7); }
H1.HeaderClassName
{
color: #80B407;
}
.AnyTagClassName
{
color: #80B407;
}
</style>
background-color css
<style>
a { background-color: #80B407; }
a { background-color: rgb(128,180,7); }
div.DivClassName
{
background-color: #80B407;
}
.BgClassName
{
background-color: #80B407;
}
</style>
border-color css
<style>
span { border-color: #80B407; }
span { border-color: rgb(128,180,7); }
td.TdClassName
{
border-color: #80B407;
}
.TagClassName
{
border-color: #80B407;
}
</style>