Shades of Pastel Green #70C875
Tints of Pastel Green #70C875
RGB
CMYK
RGB Variations
Color information
#70C875 (or 0x70C875) is known color: Pastel Green. HEX triplet: 70, C8 and 75. RGB value is (112,200,117). Sum of RGB (Red+Green+Blue) = 112+200+117=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #70C875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C875 is #8F378A. Grayscale: #A4A4A4. Windows color (decimal): -9385867 or 7719024. OLE color: 7719024.
HSL color Cylindrical-coordinate representation of color #70C875: hue angle of 123.41º 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 #70C875 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 117 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.22 |
| HSL | 123.41º | 0.44% | 0.61% | - |
| HSV(B) | 123.41º | 0.44% | 0.78% | - |
| XYZ | 30.55 | 46.04 | 24.11 | - |
| YUV | 164.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 117 | 0.44 | 0 | 0.42 | 0.22 | 123.41 | 0.44 | 0.61 |
| Hex | 70 | C8 | 75 | 2C | 0 | 2A | 16 | 7B | 2C | 3D |
| Octal | 160 | 310 | 165 | 54 | 0 | 52 | 26 | 173 | 54 | 75 |
| Binary | 1110000 | 11001000 | 1110101 | 101100 | 0 | 101010 | 10110 | 1111011 | 101100 | 111101 |
Color Harmonies of #70C875
Complementary color
Monochromatic Colors of #70C875
Black with #70C875
Text Example
Text Example
White with #70C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C875; }
p { color: rgb(112,200,117); }
H1.HeaderClassName
{
color: #70C875;
}
.AnyTagClassName
{
color: #70C875;
}
</style>
background-color css
<style>
a { background-color: #70C875; }
a { background-color: rgb(112,200,117); }
div.DivClassName
{
background-color: #70C875;
}
.BgClassName
{
background-color: #70C875;
}
</style>
border-color css
<style>
span { border-color: #70C875; }
span { border-color: rgb(112,200,117); }
td.TdClassName
{
border-color: #70C875;
}
.TagClassName
{
border-color: #70C875;
}
</style>