Shades of Pastel Green #70EC77
Tints of Pastel Green #70EC77
RGB
CMYK
RGB Variations
Color information
#70EC77 (or 0x70EC77) is known color: Pastel Green. HEX triplet: 70, EC and 77. RGB value is (112,236,119). Sum of RGB (Red+Green+Blue) = 112+236+119=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC77 is #8F1388. Grayscale: #B9B9B9. Windows color (decimal): -9376649 or 7859312. OLE color: 7859312.
HSL color Cylindrical-coordinate representation of color #70EC77: hue angle of 123.39º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC77 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 119 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.07 |
| HSL | 123.39º | 0.77% | 0.68% | - |
| HSV(B) | 123.39º | 0.53% | 0.93% | - |
| XYZ | 40.01 | 64.77 | 27.85 | - |
| YUV | 185.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 119 | 0.53 | 0 | 0.50 | 0.07 | 123.39 | 0.77 | 0.68 |
| Hex | 70 | EC | 77 | 35 | 0 | 32 | 7 | 7B | 4D | 44 |
| Octal | 160 | 354 | 167 | 65 | 0 | 62 | 7 | 173 | 115 | 104 |
| Binary | 1110000 | 11101100 | 1110111 | 110101 | 0 | 110010 | 111 | 1111011 | 1001101 | 1000100 |
Color Harmonies of #70EC77
Complementary color
Monochromatic Colors of #70EC77
Black with #70EC77
Text Example
Text Example
White with #70EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC77; }
p { color: rgb(112,236,119); }
H1.HeaderClassName
{
color: #70EC77;
}
.AnyTagClassName
{
color: #70EC77;
}
</style>
background-color css
<style>
a { background-color: #70EC77; }
a { background-color: rgb(112,236,119); }
div.DivClassName
{
background-color: #70EC77;
}
.BgClassName
{
background-color: #70EC77;
}
</style>
border-color css
<style>
span { border-color: #70EC77; }
span { border-color: rgb(112,236,119); }
td.TdClassName
{
border-color: #70EC77;
}
.TagClassName
{
border-color: #70EC77;
}
</style>