Shades of Lima #80BD07
Tints of Lima #80BD07
RGB
CMYK
RGB Variations
Color information
#80BD07 (or 0x80BD07) is known color: Lima. HEX triplet: 80, BD and 07. RGB value is (128,189,7). Sum of RGB (Red+Green+Blue) = 128+189+7=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD07 is #7F42F8. Grayscale: #969696. Windows color (decimal): -8340217 or 507264. OLE color: 507264.
HSL color Cylindrical-coordinate representation of color #80BD07: hue angle of 80.11º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80BD07 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.26 |
| HSL | 80.11º | 0.93% | 0.38% | - |
| HSV(B) | 80.11º | 0.96% | 0.74% | - |
| XYZ | 27.14 | 41 | 6.68 | - |
| YUV | 150.01 | 47.29 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 7 | 0.32 | 0 | 0.96 | 0.26 | 80.11 | 0.93 | 0.38 |
| Hex | 80 | BD | 7 | 20 | 0 | 60 | 1A | 50 | 5D | 26 |
| Octal | 200 | 275 | 7 | 40 | 0 | 140 | 32 | 120 | 135 | 46 |
| Binary | 10000000 | 10111101 | 111 | 100000 | 0 | 1100000 | 11010 | 1010000 | 1011101 | 100110 |
Color Harmonies of #80BD07
Complementary color
Monochromatic Colors of #80BD07
Black with #80BD07
Text Example
Text Example
White with #80BD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD07; }
p { color: rgb(128,189,7); }
H1.HeaderClassName
{
color: #80BD07;
}
.AnyTagClassName
{
color: #80BD07;
}
</style>
background-color css
<style>
a { background-color: #80BD07; }
a { background-color: rgb(128,189,7); }
div.DivClassName
{
background-color: #80BD07;
}
.BgClassName
{
background-color: #80BD07;
}
</style>
border-color css
<style>
span { border-color: #80BD07; }
span { border-color: rgb(128,189,7); }
td.TdClassName
{
border-color: #80BD07;
}
.TagClassName
{
border-color: #80BD07;
}
</style>