Shades of Pastel Green #70F889
Tints of Pastel Green #70F889
RGB
CMYK
RGB Variations
Color information
#70F889 (or 0x70F889) is known color: Pastel Green. HEX triplet: 70, F8 and 89. RGB value is (112,248,137). Sum of RGB (Red+Green+Blue) = 112+248+137=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #70F889 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F889 is #8F0776. Grayscale: #C2C2C2. Windows color (decimal): -9373559 or 9042032. OLE color: 9042032.
HSL color Cylindrical-coordinate representation of color #70F889: hue angle of 131.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F889 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 248 | 137 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.03 |
| HSL | 131.03º | 0.91% | 0.71% | - |
| HSV(B) | 131.03º | 0.55% | 0.97% | - |
| XYZ | 44.76 | 72.39 | 35.28 | - |
| YUV | 194.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 248 | 137 | 0.55 | 0 | 0.45 | 0.03 | 131.03 | 0.91 | 0.71 |
| Hex | 70 | F8 | 89 | 37 | 0 | 2D | 3 | 83 | 5B | 47 |
| Octal | 160 | 370 | 211 | 67 | 0 | 55 | 3 | 203 | 133 | 107 |
| Binary | 1110000 | 11111000 | 10001001 | 110111 | 0 | 101101 | 11 | 10000011 | 1011011 | 1000111 |
Color Harmonies of #70F889
Complementary color
Monochromatic Colors of #70F889
Black with #70F889
Text Example
Text Example
White with #70F889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F889; }
p { color: rgb(112,248,137); }
H1.HeaderClassName
{
color: #70F889;
}
.AnyTagClassName
{
color: #70F889;
}
</style>
background-color css
<style>
a { background-color: #70F889; }
a { background-color: rgb(112,248,137); }
div.DivClassName
{
background-color: #70F889;
}
.BgClassName
{
background-color: #70F889;
}
</style>
border-color css
<style>
span { border-color: #70F889; }
span { border-color: rgb(112,248,137); }
td.TdClassName
{
border-color: #70F889;
}
.TagClassName
{
border-color: #70F889;
}
</style>