Shades of Pastel Green #77C370
Tints of Pastel Green #77C370
RGB
CMYK
RGB Variations
Color information
#77C370 (or 0x77C370) is known color: Pastel Green. HEX triplet: 77, C3 and 70. RGB value is (119,195,112). Sum of RGB (Red+Green+Blue) = 119+195+112=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #77C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C370 is #883C8F. Grayscale: #A3A3A3. Windows color (decimal): -8928400 or 7390071. OLE color: 7390071.
HSL color Cylindrical-coordinate representation of color #77C370: hue angle of 114.94º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77C370 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 112 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.24 |
| HSL | 114.94º | 0.41% | 0.6% | - |
| HSV(B) | 114.94º | 0.43% | 0.76% | - |
| XYZ | 30.05 | 44.12 | 22.26 | - |
| YUV | 162.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 112 | 0.39 | 0 | 0.43 | 0.24 | 114.94 | 0.41 | 0.6 |
| Hex | 77 | C3 | 70 | 27 | 0 | 2B | 18 | 73 | 29 | 3C |
| Octal | 167 | 303 | 160 | 47 | 0 | 53 | 30 | 163 | 51 | 74 |
| Binary | 1110111 | 11000011 | 1110000 | 100111 | 0 | 101011 | 11000 | 1110011 | 101001 | 111100 |
Color Harmonies of #77C370
Complementary color
Monochromatic Colors of #77C370
Black with #77C370
Text Example
Text Example
White with #77C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C370; }
p { color: rgb(119,195,112); }
H1.HeaderClassName
{
color: #77C370;
}
.AnyTagClassName
{
color: #77C370;
}
</style>
background-color css
<style>
a { background-color: #77C370; }
a { background-color: rgb(119,195,112); }
div.DivClassName
{
background-color: #77C370;
}
.BgClassName
{
background-color: #77C370;
}
</style>
border-color css
<style>
span { border-color: #77C370; }
span { border-color: rgb(119,195,112); }
td.TdClassName
{
border-color: #77C370;
}
.TagClassName
{
border-color: #77C370;
}
</style>