Shades of Pastel Green #70E68F
Tints of Pastel Green #70E68F
RGB
CMYK
RGB Variations
Color information
#70E68F (or 0x70E68F) is known color: Pastel Green. HEX triplet: 70, E6 and 8F. RGB value is (112,230,143). Sum of RGB (Red+Green+Blue) = 112+230+143=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #70E68F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E68F is #8F1970. Grayscale: #B9B9B9. Windows color (decimal): -9378161 or 9430640. OLE color: 9430640.
HSL color Cylindrical-coordinate representation of color #70E68F: hue angle of 135.76º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E68F is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 230 | 143 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.10 |
| HSL | 135.76º | 0.7% | 0.67% | - |
| HSV(B) | 135.76º | 0.51% | 0.9% | - |
| XYZ | 39.94 | 62.02 | 35.85 | - |
| YUV | 184.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 230 | 143 | 0.51 | 0 | 0.38 | 0.10 | 135.76 | 0.7 | 0.67 |
| Hex | 70 | E6 | 8F | 33 | 0 | 26 | A | 88 | 46 | 43 |
| Octal | 160 | 346 | 217 | 63 | 0 | 46 | 12 | 210 | 106 | 103 |
| Binary | 1110000 | 11100110 | 10001111 | 110011 | 0 | 100110 | 1010 | 10001000 | 1000110 | 1000011 |
Color Harmonies of #70E68F
Complementary color
Monochromatic Colors of #70E68F
Black with #70E68F
Text Example
Text Example
White with #70E68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E68F; }
p { color: rgb(112,230,143); }
H1.HeaderClassName
{
color: #70E68F;
}
.AnyTagClassName
{
color: #70E68F;
}
</style>
background-color css
<style>
a { background-color: #70E68F; }
a { background-color: rgb(112,230,143); }
div.DivClassName
{
background-color: #70E68F;
}
.BgClassName
{
background-color: #70E68F;
}
</style>
border-color css
<style>
span { border-color: #70E68F; }
span { border-color: rgb(112,230,143); }
td.TdClassName
{
border-color: #70E68F;
}
.TagClassName
{
border-color: #70E68F;
}
</style>