Shades of Lima #80BD39
Tints of Lima #80BD39
RGB
CMYK
RGB Variations
Color information
#80BD39 (or 0x80BD39) is known color: Lima. HEX triplet: 80, BD and 39. RGB value is (128,189,57). Sum of RGB (Red+Green+Blue) = 128+189+57=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD39 is #7F42C6. Grayscale: #9C9C9C. Windows color (decimal): -8340167 or 3784064. OLE color: 3784064.
HSL color Cylindrical-coordinate representation of color #80BD39: hue angle of 87.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80BD39 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 57 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.26 |
| HSL | 87.73º | 0.54% | 0.48% | - |
| HSV(B) | 87.73º | 0.7% | 0.74% | - |
| XYZ | 27.84 | 41.28 | 10.37 | - |
| YUV | 155.71 | 72.29 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 57 | 0.32 | 0 | 0.70 | 0.26 | 87.73 | 0.54 | 0.48 |
| Hex | 80 | BD | 39 | 20 | 0 | 46 | 1A | 58 | 36 | 30 |
| Octal | 200 | 275 | 71 | 40 | 0 | 106 | 32 | 130 | 66 | 60 |
| Binary | 10000000 | 10111101 | 111001 | 100000 | 0 | 1000110 | 11010 | 1011000 | 110110 | 110000 |
Color Harmonies of #80BD39
Complementary color
Monochromatic Colors of #80BD39
Black with #80BD39
Text Example
Text Example
White with #80BD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD39; }
p { color: rgb(128,189,57); }
H1.HeaderClassName
{
color: #80BD39;
}
.AnyTagClassName
{
color: #80BD39;
}
</style>
background-color css
<style>
a { background-color: #80BD39; }
a { background-color: rgb(128,189,57); }
div.DivClassName
{
background-color: #80BD39;
}
.BgClassName
{
background-color: #80BD39;
}
</style>
border-color css
<style>
span { border-color: #80BD39; }
span { border-color: rgb(128,189,57); }
td.TdClassName
{
border-color: #80BD39;
}
.TagClassName
{
border-color: #80BD39;
}
</style>