Shades of Lima #80C925
Tints of Lima #80C925
RGB
CMYK
RGB Variations
Color information
#80C925 (or 0x80C925) is known color: Lima. HEX triplet: 80, C9 and 25. RGB value is (128,201,37). Sum of RGB (Red+Green+Blue) = 128+201+37=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #80C925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C925 is #7F36DA. Grayscale: #A1A1A1. Windows color (decimal): -8337115 or 2476416. OLE color: 2476416.
HSL color Cylindrical-coordinate representation of color #80C925: hue angle of 86.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80C925 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 37 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.21 |
| HSL | 86.71º | 0.69% | 0.47% | - |
| HSV(B) | 86.71º | 0.82% | 0.79% | - |
| XYZ | 30.12 | 46.5 | 9.14 | - |
| YUV | 160.48 | 58.32 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 37 | 0.36 | 0 | 0.82 | 0.21 | 86.71 | 0.69 | 0.47 |
| Hex | 80 | C9 | 25 | 24 | 0 | 52 | 15 | 57 | 45 | 2F |
| Octal | 200 | 311 | 45 | 44 | 0 | 122 | 25 | 127 | 105 | 57 |
| Binary | 10000000 | 11001001 | 100101 | 100100 | 0 | 1010010 | 10101 | 1010111 | 1000101 | 101111 |
Color Harmonies of #80C925
Complementary color
Monochromatic Colors of #80C925
Black with #80C925
Text Example
Text Example
White with #80C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C925; }
p { color: rgb(128,201,37); }
H1.HeaderClassName
{
color: #80C925;
}
.AnyTagClassName
{
color: #80C925;
}
</style>
background-color css
<style>
a { background-color: #80C925; }
a { background-color: rgb(128,201,37); }
div.DivClassName
{
background-color: #80C925;
}
.BgClassName
{
background-color: #80C925;
}
</style>
border-color css
<style>
span { border-color: #80C925; }
span { border-color: rgb(128,201,37); }
td.TdClassName
{
border-color: #80C925;
}
.TagClassName
{
border-color: #80C925;
}
</style>