Shades of Lima #79C908
Tints of Lima #79C908
RGB
CMYK
RGB Variations
Color information
#79C908 (or 0x79C908) is known color: Lima. HEX triplet: 79, C9 and 08. RGB value is (121,201,8). Sum of RGB (Red+Green+Blue) = 121+201+8=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 201 (78.91% from 255 or 60.91% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 201 - color contains mainly: green. Hex color #79C908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C908 is #8636F7. Grayscale: #9B9B9B. Windows color (decimal): -8795896 or 575865. OLE color: 575865.
HSL color Cylindrical-coordinate representation of color #79C908: hue angle of 84.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79C908 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 8 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.21 |
| HSL | 84.87º | 0.92% | 0.41% | - |
| HSV(B) | 84.87º | 0.96% | 0.79% | - |
| XYZ | 28.82 | 45.86 | 7.56 | - |
| YUV | 155.08 | 45 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 8 | 0.40 | 0 | 0.96 | 0.21 | 84.87 | 0.92 | 0.41 |
| Hex | 79 | C9 | 8 | 28 | 0 | 60 | 15 | 55 | 5C | 29 |
| Octal | 171 | 311 | 10 | 50 | 0 | 140 | 25 | 125 | 134 | 51 |
| Binary | 1111001 | 11001001 | 1000 | 101000 | 0 | 1100000 | 10101 | 1010101 | 1011100 | 101001 |
Color Harmonies of #79C908
Complementary color
Monochromatic Colors of #79C908
Black with #79C908
Text Example
Text Example
White with #79C908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C908; }
p { color: rgb(121,201,8); }
H1.HeaderClassName
{
color: #79C908;
}
.AnyTagClassName
{
color: #79C908;
}
</style>
background-color css
<style>
a { background-color: #79C908; }
a { background-color: rgb(121,201,8); }
div.DivClassName
{
background-color: #79C908;
}
.BgClassName
{
background-color: #79C908;
}
</style>
border-color css
<style>
span { border-color: #79C908; }
span { border-color: rgb(121,201,8); }
td.TdClassName
{
border-color: #79C908;
}
.TagClassName
{
border-color: #79C908;
}
</style>