Shades of Lima #80C825
Tints of Lima #80C825
RGB
CMYK
RGB Variations
Color information
#80C825 (or 0x80C825) is known color: Lima. HEX triplet: 80, C8 and 25. RGB value is (128,200,37). Sum of RGB (Red+Green+Blue) = 128+200+37=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #80C825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C825 is #7F37DA. Grayscale: #A0A0A0. Windows color (decimal): -8337371 or 2476160. OLE color: 2476160.
HSL color Cylindrical-coordinate representation of color #80C825: hue angle of 86.5º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80C825 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 37 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.22 |
| HSL | 86.5º | 0.69% | 0.46% | - |
| HSV(B) | 86.5º | 0.82% | 0.78% | - |
| XYZ | 29.89 | 46.03 | 9.06 | - |
| YUV | 159.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 37 | 0.36 | 0 | 0.82 | 0.22 | 86.5 | 0.69 | 0.46 |
| Hex | 80 | C8 | 25 | 24 | 0 | 52 | 16 | 57 | 45 | 2E |
| Octal | 200 | 310 | 45 | 44 | 0 | 122 | 26 | 127 | 105 | 56 |
| Binary | 10000000 | 11001000 | 100101 | 100100 | 0 | 1010010 | 10110 | 1010111 | 1000101 | 101110 |
Color Harmonies of #80C825
Complementary color
Monochromatic Colors of #80C825
Black with #80C825
Text Example
Text Example
White with #80C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C825; }
p { color: rgb(128,200,37); }
H1.HeaderClassName
{
color: #80C825;
}
.AnyTagClassName
{
color: #80C825;
}
</style>
background-color css
<style>
a { background-color: #80C825; }
a { background-color: rgb(128,200,37); }
div.DivClassName
{
background-color: #80C825;
}
.BgClassName
{
background-color: #80C825;
}
</style>
border-color css
<style>
span { border-color: #80C825; }
span { border-color: rgb(128,200,37); }
td.TdClassName
{
border-color: #80C825;
}
.TagClassName
{
border-color: #80C825;
}
</style>