Shades of Pastel Green #70F287
Tints of Pastel Green #70F287
RGB
CMYK
RGB Variations
Color information
#70F287 (or 0x70F287) is known color: Pastel Green. HEX triplet: 70, F2 and 87. RGB value is (112,242,135). Sum of RGB (Red+Green+Blue) = 112+242+135=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #70F287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F287 is #8F0D78. Grayscale: #BFBFBF. Windows color (decimal): -9375097 or 8909424. OLE color: 8909424.
HSL color Cylindrical-coordinate representation of color #70F287: hue angle of 130.62º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F287 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 242 | 135 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.05 |
| HSL | 130.62º | 0.83% | 0.69% | - |
| HSV(B) | 130.62º | 0.54% | 0.95% | - |
| XYZ | 42.81 | 68.7 | 33.93 | - |
| YUV | 190.93 | 96.43 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 242 | 135 | 0.54 | 0 | 0.44 | 0.05 | 130.62 | 0.83 | 0.69 |
| Hex | 70 | F2 | 87 | 36 | 0 | 2C | 5 | 83 | 53 | 45 |
| Octal | 160 | 362 | 207 | 66 | 0 | 54 | 5 | 203 | 123 | 105 |
| Binary | 1110000 | 11110010 | 10000111 | 110110 | 0 | 101100 | 101 | 10000011 | 1010011 | 1000101 |
Color Harmonies of #70F287
Complementary color
Monochromatic Colors of #70F287
Black with #70F287
Text Example
Text Example
White with #70F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F287; }
p { color: rgb(112,242,135); }
H1.HeaderClassName
{
color: #70F287;
}
.AnyTagClassName
{
color: #70F287;
}
</style>
background-color css
<style>
a { background-color: #70F287; }
a { background-color: rgb(112,242,135); }
div.DivClassName
{
background-color: #70F287;
}
.BgClassName
{
background-color: #70F287;
}
</style>
border-color css
<style>
span { border-color: #70F287; }
span { border-color: rgb(112,242,135); }
td.TdClassName
{
border-color: #70F287;
}
.TagClassName
{
border-color: #70F287;
}
</style>