Shades of Pastel Green #70E98F
Tints of Pastel Green #70E98F
RGB
CMYK
RGB Variations
Color information
#70E98F (or 0x70E98F) is known color: Pastel Green. HEX triplet: 70, E9 and 8F. RGB value is (112,233,143). Sum of RGB (Red+Green+Blue) = 112+233+143=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #70E98F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E98F is #8F1670. Grayscale: #BABABA. Windows color (decimal): -9377393 or 9431408. OLE color: 9431408.
HSL color Cylindrical-coordinate representation of color #70E98F: hue angle of 135.37º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E98F is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 143 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.09 |
| HSL | 135.37º | 0.73% | 0.68% | - |
| HSV(B) | 135.37º | 0.52% | 0.91% | - |
| XYZ | 40.78 | 63.71 | 36.13 | - |
| YUV | 186.56 | 103.41 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 143 | 0.52 | 0 | 0.39 | 0.09 | 135.37 | 0.73 | 0.68 |
| Hex | 70 | E9 | 8F | 34 | 0 | 27 | 9 | 87 | 49 | 44 |
| Octal | 160 | 351 | 217 | 64 | 0 | 47 | 11 | 207 | 111 | 104 |
| Binary | 1110000 | 11101001 | 10001111 | 110100 | 0 | 100111 | 1001 | 10000111 | 1001001 | 1000100 |
Color Harmonies of #70E98F
Complementary color
Monochromatic Colors of #70E98F
Black with #70E98F
Text Example
Text Example
White with #70E98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E98F; }
p { color: rgb(112,233,143); }
H1.HeaderClassName
{
color: #70E98F;
}
.AnyTagClassName
{
color: #70E98F;
}
</style>
background-color css
<style>
a { background-color: #70E98F; }
a { background-color: rgb(112,233,143); }
div.DivClassName
{
background-color: #70E98F;
}
.BgClassName
{
background-color: #70E98F;
}
</style>
border-color css
<style>
span { border-color: #70E98F; }
span { border-color: rgb(112,233,143); }
td.TdClassName
{
border-color: #70E98F;
}
.TagClassName
{
border-color: #70E98F;
}
</style>