Shades of Lima #80C629
Tints of Lima #80C629
RGB
CMYK
RGB Variations
Color information
#80C629 (or 0x80C629) is known color: Lima. HEX triplet: 80, C6 and 29. RGB value is (128,198,41). Sum of RGB (Red+Green+Blue) = 128+198+41=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #80C629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C629 is #7F39D6. Grayscale: #9F9F9F. Windows color (decimal): -8337879 or 2737792. OLE color: 2737792.
HSL color Cylindrical-coordinate representation of color #80C629: hue angle of 86.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80C629 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 41 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.22 |
| HSL | 86.75º | 0.66% | 0.47% | - |
| HSV(B) | 86.75º | 0.79% | 0.78% | - |
| XYZ | 29.5 | 45.14 | 9.26 | - |
| YUV | 159.17 | 61.31 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 41 | 0.35 | 0 | 0.79 | 0.22 | 86.75 | 0.66 | 0.47 |
| Hex | 80 | C6 | 29 | 23 | 0 | 4F | 16 | 57 | 42 | 2F |
| Octal | 200 | 306 | 51 | 43 | 0 | 117 | 26 | 127 | 102 | 57 |
| Binary | 10000000 | 11000110 | 101001 | 100011 | 0 | 1001111 | 10110 | 1010111 | 1000010 | 101111 |
Color Harmonies of #80C629
Complementary color
Monochromatic Colors of #80C629
Black with #80C629
Text Example
Text Example
White with #80C629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C629; }
p { color: rgb(128,198,41); }
H1.HeaderClassName
{
color: #80C629;
}
.AnyTagClassName
{
color: #80C629;
}
</style>
background-color css
<style>
a { background-color: #80C629; }
a { background-color: rgb(128,198,41); }
div.DivClassName
{
background-color: #80C629;
}
.BgClassName
{
background-color: #80C629;
}
</style>
border-color css
<style>
span { border-color: #80C629; }
span { border-color: rgb(128,198,41); }
td.TdClassName
{
border-color: #80C629;
}
.TagClassName
{
border-color: #80C629;
}
</style>