Shades of Lima #80AF22
Tints of Lima #80AF22
RGB
CMYK
RGB Variations
Color information
#80AF22 (or 0x80AF22) is known color: Lima. HEX triplet: 80, AF and 22. RGB value is (128,175,34). Sum of RGB (Red+Green+Blue) = 128+175+34=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF22 is #7F50DD. Grayscale: #919191. Windows color (decimal): -8343774 or 2273152. OLE color: 2273152.
HSL color Cylindrical-coordinate representation of color #80AF22: hue angle of 80º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80AF22 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 34 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.31 |
| HSL | 80º | 0.67% | 0.41% | - |
| HSV(B) | 80º | 0.81% | 0.69% | - |
| XYZ | 24.52 | 35.36 | 7.05 | - |
| YUV | 144.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 34 | 0.27 | 0 | 0.81 | 0.31 | 80 | 0.67 | 0.41 |
| Hex | 80 | AF | 22 | 1B | 0 | 51 | 1F | 50 | 43 | 29 |
| Octal | 200 | 257 | 42 | 33 | 0 | 121 | 37 | 120 | 103 | 51 |
| Binary | 10000000 | 10101111 | 100010 | 11011 | 0 | 1010001 | 11111 | 1010000 | 1000011 | 101001 |
Color Harmonies of #80AF22
Complementary color
Monochromatic Colors of #80AF22
Black with #80AF22
Text Example
Text Example
White with #80AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF22; }
p { color: rgb(128,175,34); }
H1.HeaderClassName
{
color: #80AF22;
}
.AnyTagClassName
{
color: #80AF22;
}
</style>
background-color css
<style>
a { background-color: #80AF22; }
a { background-color: rgb(128,175,34); }
div.DivClassName
{
background-color: #80AF22;
}
.BgClassName
{
background-color: #80AF22;
}
</style>
border-color css
<style>
span { border-color: #80AF22; }
span { border-color: rgb(128,175,34); }
td.TdClassName
{
border-color: #80AF22;
}
.TagClassName
{
border-color: #80AF22;
}
</style>