Shades of Pastel Green #70CF72
Tints of Pastel Green #70CF72
RGB
CMYK
RGB Variations
Color information
#70CF72 (or 0x70CF72) is known color: Pastel Green. HEX triplet: 70, CF and 72. RGB value is (112,207,114). Sum of RGB (Red+Green+Blue) = 112+207+114=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF72 is #8F308D. Grayscale: #A8A8A8. Windows color (decimal): -9384078 or 7524208. OLE color: 7524208.
HSL color Cylindrical-coordinate representation of color #70CF72: hue angle of 121.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF72 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 114 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.19 |
| HSL | 121.26º | 0.5% | 0.63% | - |
| HSV(B) | 121.26º | 0.46% | 0.81% | - |
| XYZ | 32.03 | 49.29 | 23.74 | - |
| YUV | 167.99 | 97.53 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 114 | 0.46 | 0 | 0.45 | 0.19 | 121.26 | 0.5 | 0.63 |
| Hex | 70 | CF | 72 | 2E | 0 | 2D | 13 | 79 | 32 | 3F |
| Octal | 160 | 317 | 162 | 56 | 0 | 55 | 23 | 171 | 62 | 77 |
| Binary | 1110000 | 11001111 | 1110010 | 101110 | 0 | 101101 | 10011 | 1111001 | 110010 | 111111 |
Color Harmonies of #70CF72
Complementary color
Monochromatic Colors of #70CF72
Black with #70CF72
Text Example
Text Example
White with #70CF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF72; }
p { color: rgb(112,207,114); }
H1.HeaderClassName
{
color: #70CF72;
}
.AnyTagClassName
{
color: #70CF72;
}
</style>
background-color css
<style>
a { background-color: #70CF72; }
a { background-color: rgb(112,207,114); }
div.DivClassName
{
background-color: #70CF72;
}
.BgClassName
{
background-color: #70CF72;
}
</style>
border-color css
<style>
span { border-color: #70CF72; }
span { border-color: rgb(112,207,114); }
td.TdClassName
{
border-color: #70CF72;
}
.TagClassName
{
border-color: #70CF72;
}
</style>