Shades of Lima #80BD33
Tints of Lima #80BD33
RGB
CMYK
RGB Variations
Color information
#80BD33 (or 0x80BD33) is known color: Lima. HEX triplet: 80, BD and 33. RGB value is (128,189,51). Sum of RGB (Red+Green+Blue) = 128+189+51=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD33 is #7F42CC. Grayscale: #9B9B9B. Windows color (decimal): -8340173 or 3390848. OLE color: 3390848.
HSL color Cylindrical-coordinate representation of color #80BD33: hue angle of 86.52º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80BD33 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 51 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.26 |
| HSL | 86.52º | 0.58% | 0.47% | - |
| HSV(B) | 86.52º | 0.73% | 0.74% | - |
| XYZ | 27.7 | 41.22 | 9.63 | - |
| YUV | 155.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 51 | 0.32 | 0 | 0.73 | 0.26 | 86.52 | 0.58 | 0.47 |
| Hex | 80 | BD | 33 | 20 | 0 | 49 | 1A | 57 | 3A | 2F |
| Octal | 200 | 275 | 63 | 40 | 0 | 111 | 32 | 127 | 72 | 57 |
| Binary | 10000000 | 10111101 | 110011 | 100000 | 0 | 1001001 | 11010 | 1010111 | 111010 | 101111 |
Color Harmonies of #80BD33
Complementary color
Monochromatic Colors of #80BD33
Black with #80BD33
Text Example
Text Example
White with #80BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD33; }
p { color: rgb(128,189,51); }
H1.HeaderClassName
{
color: #80BD33;
}
.AnyTagClassName
{
color: #80BD33;
}
</style>
background-color css
<style>
a { background-color: #80BD33; }
a { background-color: rgb(128,189,51); }
div.DivClassName
{
background-color: #80BD33;
}
.BgClassName
{
background-color: #80BD33;
}
</style>
border-color css
<style>
span { border-color: #80BD33; }
span { border-color: rgb(128,189,51); }
td.TdClassName
{
border-color: #80BD33;
}
.TagClassName
{
border-color: #80BD33;
}
</style>