Shades of Lima #80AF1D
Tints of Lima #80AF1D
RGB
CMYK
RGB Variations
Color information
#80AF1D (or 0x80AF1D) is known color: Lima. HEX triplet: 80, AF and 1D. RGB value is (128,175,29). Sum of RGB (Red+Green+Blue) = 128+175+29=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF1D is #7F50E2. Grayscale: #909090. Windows color (decimal): -8343779 or 1945472. OLE color: 1945472.
HSL color Cylindrical-coordinate representation of color #80AF1D: hue angle of 79.32º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80AF1D is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 29 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.31 |
| HSL | 79.32º | 0.72% | 0.4% | - |
| HSV(B) | 79.32º | 0.83% | 0.69% | - |
| XYZ | 24.45 | 35.34 | 6.69 | - |
| YUV | 144.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 29 | 0.27 | 0 | 0.83 | 0.31 | 79.32 | 0.72 | 0.4 |
| Hex | 80 | AF | 1D | 1B | 0 | 53 | 1F | 4F | 48 | 28 |
| Octal | 200 | 257 | 35 | 33 | 0 | 123 | 37 | 117 | 110 | 50 |
| Binary | 10000000 | 10101111 | 11101 | 11011 | 0 | 1010011 | 11111 | 1001111 | 1001000 | 101000 |
Color Harmonies of #80AF1D
Complementary color
Monochromatic Colors of #80AF1D
Black with #80AF1D
Text Example
Text Example
White with #80AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF1D; }
p { color: rgb(128,175,29); }
H1.HeaderClassName
{
color: #80AF1D;
}
.AnyTagClassName
{
color: #80AF1D;
}
</style>
background-color css
<style>
a { background-color: #80AF1D; }
a { background-color: rgb(128,175,29); }
div.DivClassName
{
background-color: #80AF1D;
}
.BgClassName
{
background-color: #80AF1D;
}
</style>
border-color css
<style>
span { border-color: #80AF1D; }
span { border-color: rgb(128,175,29); }
td.TdClassName
{
border-color: #80AF1D;
}
.TagClassName
{
border-color: #80AF1D;
}
</style>