Shades of Pastel Green #70C87B
Tints of Pastel Green #70C87B
RGB
CMYK
RGB Variations
Color information
#70C87B (or 0x70C87B) is known color: Pastel Green. HEX triplet: 70, C8 and 7B. RGB value is (112,200,123). Sum of RGB (Red+Green+Blue) = 112+200+123=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #70C87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C87B is #8F3784. Grayscale: #A5A5A5. Windows color (decimal): -9385861 or 8112240. OLE color: 8112240.
HSL color Cylindrical-coordinate representation of color #70C87B: hue angle of 127.5º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C87B is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 123 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.22 |
| HSL | 127.5º | 0.44% | 0.61% | - |
| HSV(B) | 127.5º | 0.44% | 0.78% | - |
| XYZ | 30.91 | 46.18 | 26.02 | - |
| YUV | 164.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 123 | 0.44 | 0 | 0.38 | 0.22 | 127.5 | 0.44 | 0.61 |
| Hex | 70 | C8 | 7B | 2C | 0 | 26 | 16 | 80 | 2C | 3D |
| Octal | 160 | 310 | 173 | 54 | 0 | 46 | 26 | 200 | 54 | 75 |
| Binary | 1110000 | 11001000 | 1111011 | 101100 | 0 | 100110 | 10110 | 10000000 | 101100 | 111101 |
Color Harmonies of #70C87B
Complementary color
Monochromatic Colors of #70C87B
Black with #70C87B
Text Example
Text Example
White with #70C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C87B; }
p { color: rgb(112,200,123); }
H1.HeaderClassName
{
color: #70C87B;
}
.AnyTagClassName
{
color: #70C87B;
}
</style>
background-color css
<style>
a { background-color: #70C87B; }
a { background-color: rgb(112,200,123); }
div.DivClassName
{
background-color: #70C87B;
}
.BgClassName
{
background-color: #70C87B;
}
</style>
border-color css
<style>
span { border-color: #70C87B; }
span { border-color: rgb(112,200,123); }
td.TdClassName
{
border-color: #70C87B;
}
.TagClassName
{
border-color: #70C87B;
}
</style>