Shades of Pastel Green #70C967
Tints of Pastel Green #70C967
RGB
CMYK
RGB Variations
Color information
#70C967 (or 0x70C967) is known color: Pastel Green. HEX triplet: 70, C9 and 67. RGB value is (112,201,103). Sum of RGB (Red+Green+Blue) = 112+201+103=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #70C967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C967 is #8F3698. Grayscale: #A3A3A3. Windows color (decimal): -9385625 or 6801776. OLE color: 6801776.
HSL color Cylindrical-coordinate representation of color #70C967: hue angle of 114.49º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70C967 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 103 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.21 |
| HSL | 114.49º | 0.48% | 0.6% | - |
| HSV(B) | 114.49º | 0.49% | 0.79% | - |
| XYZ | 30.02 | 46.2 | 20.17 | - |
| YUV | 163.22 | 94.01 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 103 | 0.44 | 0 | 0.49 | 0.21 | 114.49 | 0.48 | 0.6 |
| Hex | 70 | C9 | 67 | 2C | 0 | 31 | 15 | 72 | 30 | 3C |
| Octal | 160 | 311 | 147 | 54 | 0 | 61 | 25 | 162 | 60 | 74 |
| Binary | 1110000 | 11001001 | 1100111 | 101100 | 0 | 110001 | 10101 | 1110010 | 110000 | 111100 |
Color Harmonies of #70C967
Complementary color
Monochromatic Colors of #70C967
Black with #70C967
Text Example
Text Example
White with #70C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C967; }
p { color: rgb(112,201,103); }
H1.HeaderClassName
{
color: #70C967;
}
.AnyTagClassName
{
color: #70C967;
}
</style>
background-color css
<style>
a { background-color: #70C967; }
a { background-color: rgb(112,201,103); }
div.DivClassName
{
background-color: #70C967;
}
.BgClassName
{
background-color: #70C967;
}
</style>
border-color css
<style>
span { border-color: #70C967; }
span { border-color: rgb(112,201,103); }
td.TdClassName
{
border-color: #70C967;
}
.TagClassName
{
border-color: #70C967;
}
</style>