Shades of Pastel Green #70F387
Tints of Pastel Green #70F387
RGB
CMYK
RGB Variations
Color information
#70F387 (or 0x70F387) is known color: Pastel Green. HEX triplet: 70, F3 and 87. RGB value is (112,243,135). Sum of RGB (Red+Green+Blue) = 112+243+135=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #70F387 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F387 is #8F0C78. Grayscale: #BFBFBF. Windows color (decimal): -9374841 or 8909680. OLE color: 8909680.
HSL color Cylindrical-coordinate representation of color #70F387: hue angle of 130.53º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F387 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 135 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.05 |
| HSL | 130.53º | 0.85% | 0.7% | - |
| HSV(B) | 130.53º | 0.54% | 0.95% | - |
| XYZ | 43.11 | 69.3 | 34.03 | - |
| YUV | 191.52 | 96.1 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 135 | 0.54 | 0 | 0.44 | 0.05 | 130.53 | 0.85 | 0.7 |
| Hex | 70 | F3 | 87 | 36 | 0 | 2C | 5 | 83 | 55 | 46 |
| Octal | 160 | 363 | 207 | 66 | 0 | 54 | 5 | 203 | 125 | 106 |
| Binary | 1110000 | 11110011 | 10000111 | 110110 | 0 | 101100 | 101 | 10000011 | 1010101 | 1000110 |
Color Harmonies of #70F387
Complementary color
Monochromatic Colors of #70F387
Black with #70F387
Text Example
Text Example
White with #70F387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F387; }
p { color: rgb(112,243,135); }
H1.HeaderClassName
{
color: #70F387;
}
.AnyTagClassName
{
color: #70F387;
}
</style>
background-color css
<style>
a { background-color: #70F387; }
a { background-color: rgb(112,243,135); }
div.DivClassName
{
background-color: #70F387;
}
.BgClassName
{
background-color: #70F387;
}
</style>
border-color css
<style>
span { border-color: #70F387; }
span { border-color: rgb(112,243,135); }
td.TdClassName
{
border-color: #70F387;
}
.TagClassName
{
border-color: #70F387;
}
</style>