Shades of Pastel Green #70ED81
Tints of Pastel Green #70ED81
RGB
CMYK
RGB Variations
Color information
#70ED81 (or 0x70ED81) is known color: Pastel Green. HEX triplet: 70, ED and 81. RGB value is (112,237,129). Sum of RGB (Red+Green+Blue) = 112+237+129=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ED81 is #8F127E. Grayscale: #BBBBBB. Windows color (decimal): -9376383 or 8514928. OLE color: 8514928.
HSL color Cylindrical-coordinate representation of color #70ED81: hue angle of 128.16º degrees, saturation: 0.78, 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 #70ED81 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 129 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.07 |
| HSL | 128.16º | 0.78% | 0.68% | - |
| HSV(B) | 128.16º | 0.53% | 0.93% | - |
| XYZ | 40.93 | 65.6 | 31.27 | - |
| YUV | 187.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 129 | 0.53 | 0 | 0.46 | 0.07 | 128.16 | 0.78 | 0.68 |
| Hex | 70 | ED | 81 | 35 | 0 | 2E | 7 | 80 | 4E | 44 |
| Octal | 160 | 355 | 201 | 65 | 0 | 56 | 7 | 200 | 116 | 104 |
| Binary | 1110000 | 11101101 | 10000001 | 110101 | 0 | 101110 | 111 | 10000000 | 1001110 | 1000100 |
Color Harmonies of #70ED81
Complementary color
Monochromatic Colors of #70ED81
Black with #70ED81
Text Example
Text Example
White with #70ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED81; }
p { color: rgb(112,237,129); }
H1.HeaderClassName
{
color: #70ED81;
}
.AnyTagClassName
{
color: #70ED81;
}
</style>
background-color css
<style>
a { background-color: #70ED81; }
a { background-color: rgb(112,237,129); }
div.DivClassName
{
background-color: #70ED81;
}
.BgClassName
{
background-color: #70ED81;
}
</style>
border-color css
<style>
span { border-color: #70ED81; }
span { border-color: rgb(112,237,129); }
td.TdClassName
{
border-color: #70ED81;
}
.TagClassName
{
border-color: #70ED81;
}
</style>