Shades of Lima #77C925
Tints of Lima #77C925
RGB
CMYK
RGB Variations
Color information
#77C925 (or 0x77C925) is known color: Lima. HEX triplet: 77, C9 and 25. RGB value is (119,201,37). Sum of RGB (Red+Green+Blue) = 119+201+37=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #77C925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C925 is #8836DA. Grayscale: #9E9E9E. Windows color (decimal): -8926939 or 2476407. OLE color: 2476407.
HSL color Cylindrical-coordinate representation of color #77C925: hue angle of 90º 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 #77C925 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 201 | 37 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.21 |
| HSL | 90º | 0.69% | 0.47% | - |
| HSV(B) | 90º | 0.82% | 0.79% | - |
| XYZ | 28.83 | 45.83 | 9.08 | - |
| YUV | 157.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 201 | 37 | 0.41 | 0 | 0.82 | 0.21 | 90 | 0.69 | 0.47 |
| Hex | 77 | C9 | 25 | 29 | 0 | 52 | 15 | 5A | 45 | 2F |
| Octal | 167 | 311 | 45 | 51 | 0 | 122 | 25 | 132 | 105 | 57 |
| Binary | 1110111 | 11001001 | 100101 | 101001 | 0 | 1010010 | 10101 | 1011010 | 1000101 | 101111 |
Color Harmonies of #77C925
Complementary color
Monochromatic Colors of #77C925
Black with #77C925
Text Example
Text Example
White with #77C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C925; }
p { color: rgb(119,201,37); }
H1.HeaderClassName
{
color: #77C925;
}
.AnyTagClassName
{
color: #77C925;
}
</style>
background-color css
<style>
a { background-color: #77C925; }
a { background-color: rgb(119,201,37); }
div.DivClassName
{
background-color: #77C925;
}
.BgClassName
{
background-color: #77C925;
}
</style>
border-color css
<style>
span { border-color: #77C925; }
span { border-color: rgb(119,201,37); }
td.TdClassName
{
border-color: #77C925;
}
.TagClassName
{
border-color: #77C925;
}
</style>