Shades of Lima #80AF08
Tints of Lima #80AF08
RGB
CMYK
RGB Variations
Color information
#80AF08 (or 0x80AF08) is known color: Lima. HEX triplet: 80, AF and 08. RGB value is (128,175,8). Sum of RGB (Red+Green+Blue) = 128+175+8=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AF08 is #7F50F7. Grayscale: #8E8E8E. Windows color (decimal): -8343800 or 569216. OLE color: 569216.
HSL color Cylindrical-coordinate representation of color #80AF08: hue angle of 76.89º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80AF08 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 8 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.31 |
| HSL | 76.89º | 0.91% | 0.36% | - |
| HSV(B) | 76.89º | 0.95% | 0.69% | - |
| XYZ | 24.28 | 35.27 | 5.76 | - |
| YUV | 141.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 8 | 0.27 | 0 | 0.95 | 0.31 | 76.89 | 0.91 | 0.36 |
| Hex | 80 | AF | 8 | 1B | 0 | 5F | 1F | 4D | 5B | 24 |
| Octal | 200 | 257 | 10 | 33 | 0 | 137 | 37 | 115 | 133 | 44 |
| Binary | 10000000 | 10101111 | 1000 | 11011 | 0 | 1011111 | 11111 | 1001101 | 1011011 | 100100 |
Color Harmonies of #80AF08
Complementary color
Monochromatic Colors of #80AF08
Black with #80AF08
Text Example
Text Example
White with #80AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF08; }
p { color: rgb(128,175,8); }
H1.HeaderClassName
{
color: #80AF08;
}
.AnyTagClassName
{
color: #80AF08;
}
</style>
background-color css
<style>
a { background-color: #80AF08; }
a { background-color: rgb(128,175,8); }
div.DivClassName
{
background-color: #80AF08;
}
.BgClassName
{
background-color: #80AF08;
}
</style>
border-color css
<style>
span { border-color: #80AF08; }
span { border-color: rgb(128,175,8); }
td.TdClassName
{
border-color: #80AF08;
}
.TagClassName
{
border-color: #80AF08;
}
</style>