Shades of Pastel Green #70EA7F
Tints of Pastel Green #70EA7F
RGB
CMYK
RGB Variations
Color information
#70EA7F (or 0x70EA7F) is known color: Pastel Green. HEX triplet: 70, EA and 7F. RGB value is (112,234,127). Sum of RGB (Red+Green+Blue) = 112+234+127=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EA7F is #8F1580. Grayscale: #B9B9B9. Windows color (decimal): -9377153 or 8383088. OLE color: 8383088.
HSL color Cylindrical-coordinate representation of color #70EA7F: hue angle of 127.38º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA7F is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 234 | 127 | - |
| CMYK | 0.52 | 0 | 0.46 | 0.08 |
| HSL | 127.38º | 0.74% | 0.68% | - |
| HSV(B) | 127.38º | 0.52% | 0.92% | - |
| XYZ | 39.94 | 63.82 | 30.29 | - |
| YUV | 185.32 | 95.08 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 234 | 127 | 0.52 | 0 | 0.46 | 0.08 | 127.38 | 0.74 | 0.68 |
| Hex | 70 | EA | 7F | 34 | 0 | 2E | 8 | 7F | 4A | 44 |
| Octal | 160 | 352 | 177 | 64 | 0 | 56 | 10 | 177 | 112 | 104 |
| Binary | 1110000 | 11101010 | 1111111 | 110100 | 0 | 101110 | 1000 | 1111111 | 1001010 | 1000100 |
Color Harmonies of #70EA7F
Complementary color
Monochromatic Colors of #70EA7F
Black with #70EA7F
Text Example
Text Example
White with #70EA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EA7F; }
p { color: rgb(112,234,127); }
H1.HeaderClassName
{
color: #70EA7F;
}
.AnyTagClassName
{
color: #70EA7F;
}
</style>
background-color css
<style>
a { background-color: #70EA7F; }
a { background-color: rgb(112,234,127); }
div.DivClassName
{
background-color: #70EA7F;
}
.BgClassName
{
background-color: #70EA7F;
}
</style>
border-color css
<style>
span { border-color: #70EA7F; }
span { border-color: rgb(112,234,127); }
td.TdClassName
{
border-color: #70EA7F;
}
.TagClassName
{
border-color: #70EA7F;
}
</style>