Shades of Pastel Green #70F088
Tints of Pastel Green #70F088
RGB
CMYK
RGB Variations
Color information
#70F088 (or 0x70F088) is known color: Pastel Green. HEX triplet: 70, F0 and 88. RGB value is (112,240,136). Sum of RGB (Red+Green+Blue) = 112+240+136=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #70F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F088 is #8F0F77. Grayscale: #BEBEBE. Windows color (decimal): -9375608 or 8974448. OLE color: 8974448.
HSL color Cylindrical-coordinate representation of color #70F088: hue angle of 131.25º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F088 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 136 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.06 |
| HSL | 131.25º | 0.81% | 0.69% | - |
| HSV(B) | 131.25º | 0.53% | 0.94% | - |
| XYZ | 42.29 | 67.54 | 34.1 | - |
| YUV | 189.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 136 | 0.53 | 0 | 0.43 | 0.06 | 131.25 | 0.81 | 0.69 |
| Hex | 70 | F0 | 88 | 35 | 0 | 2B | 6 | 83 | 51 | 45 |
| Octal | 160 | 360 | 210 | 65 | 0 | 53 | 6 | 203 | 121 | 105 |
| Binary | 1110000 | 11110000 | 10001000 | 110101 | 0 | 101011 | 110 | 10000011 | 1010001 | 1000101 |
Color Harmonies of #70F088
Complementary color
Monochromatic Colors of #70F088
Black with #70F088
Text Example
Text Example
White with #70F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F088; }
p { color: rgb(112,240,136); }
H1.HeaderClassName
{
color: #70F088;
}
.AnyTagClassName
{
color: #70F088;
}
</style>
background-color css
<style>
a { background-color: #70F088; }
a { background-color: rgb(112,240,136); }
div.DivClassName
{
background-color: #70F088;
}
.BgClassName
{
background-color: #70F088;
}
</style>
border-color css
<style>
span { border-color: #70F088; }
span { border-color: rgb(112,240,136); }
td.TdClassName
{
border-color: #70F088;
}
.TagClassName
{
border-color: #70F088;
}
</style>