Shades of Pastel Green #70E077
Tints of Pastel Green #70E077
RGB
CMYK
RGB Variations
Color information
#70E077 (or 0x70E077) is known color: Pastel Green. HEX triplet: 70, E0 and 77. RGB value is (112,224,119). Sum of RGB (Red+Green+Blue) = 112+224+119=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #70E077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E077 is #8F1F88. Grayscale: #B2B2B2. Windows color (decimal): -9379721 or 7856240. OLE color: 7856240.
HSL color Cylindrical-coordinate representation of color #70E077: hue angle of 123.75º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E077 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 119 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.12 |
| HSL | 123.75º | 0.64% | 0.66% | - |
| HSV(B) | 123.75º | 0.5% | 0.88% | - |
| XYZ | 36.67 | 58.09 | 26.73 | - |
| YUV | 178.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 119 | 0.50 | 0 | 0.47 | 0.12 | 123.75 | 0.64 | 0.66 |
| Hex | 70 | E0 | 77 | 32 | 0 | 2F | C | 7C | 40 | 42 |
| Octal | 160 | 340 | 167 | 62 | 0 | 57 | 14 | 174 | 100 | 102 |
| Binary | 1110000 | 11100000 | 1110111 | 110010 | 0 | 101111 | 1100 | 1111100 | 1000000 | 1000010 |
Color Harmonies of #70E077
Complementary color
Monochromatic Colors of #70E077
Black with #70E077
Text Example
Text Example
White with #70E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E077; }
p { color: rgb(112,224,119); }
H1.HeaderClassName
{
color: #70E077;
}
.AnyTagClassName
{
color: #70E077;
}
</style>
background-color css
<style>
a { background-color: #70E077; }
a { background-color: rgb(112,224,119); }
div.DivClassName
{
background-color: #70E077;
}
.BgClassName
{
background-color: #70E077;
}
</style>
border-color css
<style>
span { border-color: #70E077; }
span { border-color: rgb(112,224,119); }
td.TdClassName
{
border-color: #70E077;
}
.TagClassName
{
border-color: #70E077;
}
</style>