Shades of Pastel Green #70E68B
Tints of Pastel Green #70E68B
RGB
CMYK
RGB Variations
Color information
#70E68B (or 0x70E68B) is known color: Pastel Green. HEX triplet: 70, E6 and 8B. RGB value is (112,230,139). Sum of RGB (Red+Green+Blue) = 112+230+139=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #70E68B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E68B is #8F1974. Grayscale: #B8B8B8. Windows color (decimal): -9378165 or 9168496. OLE color: 9168496.
HSL color Cylindrical-coordinate representation of color #70E68B: hue angle of 133.73º 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 #70E68B is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 230 | 139 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.10 |
| HSL | 133.73º | 0.7% | 0.67% | - |
| HSV(B) | 133.73º | 0.51% | 0.9% | - |
| XYZ | 39.64 | 61.9 | 34.29 | - |
| YUV | 184.34 | 102.41 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 230 | 139 | 0.51 | 0 | 0.40 | 0.10 | 133.73 | 0.7 | 0.67 |
| Hex | 70 | E6 | 8B | 33 | 0 | 28 | A | 86 | 46 | 43 |
| Octal | 160 | 346 | 213 | 63 | 0 | 50 | 12 | 206 | 106 | 103 |
| Binary | 1110000 | 11100110 | 10001011 | 110011 | 0 | 101000 | 1010 | 10000110 | 1000110 | 1000011 |
Color Harmonies of #70E68B
Complementary color
Monochromatic Colors of #70E68B
Black with #70E68B
Text Example
Text Example
White with #70E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E68B; }
p { color: rgb(112,230,139); }
H1.HeaderClassName
{
color: #70E68B;
}
.AnyTagClassName
{
color: #70E68B;
}
</style>
background-color css
<style>
a { background-color: #70E68B; }
a { background-color: rgb(112,230,139); }
div.DivClassName
{
background-color: #70E68B;
}
.BgClassName
{
background-color: #70E68B;
}
</style>
border-color css
<style>
span { border-color: #70E68B; }
span { border-color: rgb(112,230,139); }
td.TdClassName
{
border-color: #70E68B;
}
.TagClassName
{
border-color: #70E68B;
}
</style>