Shades of Lima #77C827
Tints of Lima #77C827
RGB
CMYK
RGB Variations
Color information
#77C827 (or 0x77C827) is known color: Lima. HEX triplet: 77, C8 and 27. RGB value is (119,200,39). Sum of RGB (Red+Green+Blue) = 119+200+39=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #77C827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C827 is #8837D8. Grayscale: #9D9D9D. Windows color (decimal): -8927193 or 2607223. OLE color: 2607223.
HSL color Cylindrical-coordinate representation of color #77C827: hue angle of 90.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77C827 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 39 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.22 |
| HSL | 90.19º | 0.67% | 0.47% | - |
| HSV(B) | 90.19º | 0.81% | 0.78% | - |
| XYZ | 28.63 | 45.38 | 9.17 | - |
| YUV | 157.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 39 | 0.40 | 0 | 0.80 | 0.22 | 90.19 | 0.67 | 0.47 |
| Hex | 77 | C8 | 27 | 28 | 0 | 50 | 16 | 5A | 43 | 2F |
| Octal | 167 | 310 | 47 | 50 | 0 | 120 | 26 | 132 | 103 | 57 |
| Binary | 1110111 | 11001000 | 100111 | 101000 | 0 | 1010000 | 10110 | 1011010 | 1000011 | 101111 |
Color Harmonies of #77C827
Complementary color
Monochromatic Colors of #77C827
Black with #77C827
Text Example
Text Example
White with #77C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C827; }
p { color: rgb(119,200,39); }
H1.HeaderClassName
{
color: #77C827;
}
.AnyTagClassName
{
color: #77C827;
}
</style>
background-color css
<style>
a { background-color: #77C827; }
a { background-color: rgb(119,200,39); }
div.DivClassName
{
background-color: #77C827;
}
.BgClassName
{
background-color: #77C827;
}
</style>
border-color css
<style>
span { border-color: #77C827; }
span { border-color: rgb(119,200,39); }
td.TdClassName
{
border-color: #77C827;
}
.TagClassName
{
border-color: #77C827;
}
</style>