Shades of Pastel Green #70E77C
Tints of Pastel Green #70E77C
RGB
CMYK
RGB Variations
Color information
#70E77C (or 0x70E77C) is known color: Pastel Green. HEX triplet: 70, E7 and 7C. RGB value is (112,231,124). Sum of RGB (Red+Green+Blue) = 112+231+124=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #70E77C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E77C is #8F1883. Grayscale: #B7B7B7. Windows color (decimal): -9377924 or 8185712. OLE color: 8185712.
HSL color Cylindrical-coordinate representation of color #70E77C: hue angle of 126.05º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E77C is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 124 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.09 |
| HSL | 126.05º | 0.71% | 0.67% | - |
| HSV(B) | 126.05º | 0.52% | 0.91% | - |
| XYZ | 38.9 | 62.05 | 29 | - |
| YUV | 183.22 | 94.58 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 124 | 0.52 | 0 | 0.46 | 0.09 | 126.05 | 0.71 | 0.67 |
| Hex | 70 | E7 | 7C | 34 | 0 | 2E | 9 | 7E | 47 | 43 |
| Octal | 160 | 347 | 174 | 64 | 0 | 56 | 11 | 176 | 107 | 103 |
| Binary | 1110000 | 11100111 | 1111100 | 110100 | 0 | 101110 | 1001 | 1111110 | 1000111 | 1000011 |
Color Harmonies of #70E77C
Complementary color
Monochromatic Colors of #70E77C
Black with #70E77C
Text Example
Text Example
White with #70E77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E77C; }
p { color: rgb(112,231,124); }
H1.HeaderClassName
{
color: #70E77C;
}
.AnyTagClassName
{
color: #70E77C;
}
</style>
background-color css
<style>
a { background-color: #70E77C; }
a { background-color: rgb(112,231,124); }
div.DivClassName
{
background-color: #70E77C;
}
.BgClassName
{
background-color: #70E77C;
}
</style>
border-color css
<style>
span { border-color: #70E77C; }
span { border-color: rgb(112,231,124); }
td.TdClassName
{
border-color: #70E77C;
}
.TagClassName
{
border-color: #70E77C;
}
</style>