Shades of Pastel Green #70DB72
Tints of Pastel Green #70DB72
RGB
CMYK
RGB Variations
Color information
#70DB72 (or 0x70DB72) is known color: Pastel Green. HEX triplet: 70, DB and 72. RGB value is (112,219,114). Sum of RGB (Red+Green+Blue) = 112+219+114=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB72 is #8F248D. Grayscale: #AFAFAF. Windows color (decimal): -9381006 or 7527280. OLE color: 7527280.
HSL color Cylindrical-coordinate representation of color #70DB72: hue angle of 121.12º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB72 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 114 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.14 |
| HSL | 121.12º | 0.6% | 0.65% | - |
| HSV(B) | 121.12º | 0.49% | 0.86% | - |
| XYZ | 35.05 | 55.32 | 24.75 | - |
| YUV | 175.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 114 | 0.49 | 0 | 0.48 | 0.14 | 121.12 | 0.6 | 0.65 |
| Hex | 70 | DB | 72 | 31 | 0 | 30 | E | 79 | 3C | 41 |
| Octal | 160 | 333 | 162 | 61 | 0 | 60 | 16 | 171 | 74 | 101 |
| Binary | 1110000 | 11011011 | 1110010 | 110001 | 0 | 110000 | 1110 | 1111001 | 111100 | 1000001 |
Color Harmonies of #70DB72
Complementary color
Monochromatic Colors of #70DB72
Black with #70DB72
Text Example
Text Example
White with #70DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB72; }
p { color: rgb(112,219,114); }
H1.HeaderClassName
{
color: #70DB72;
}
.AnyTagClassName
{
color: #70DB72;
}
</style>
background-color css
<style>
a { background-color: #70DB72; }
a { background-color: rgb(112,219,114); }
div.DivClassName
{
background-color: #70DB72;
}
.BgClassName
{
background-color: #70DB72;
}
</style>
border-color css
<style>
span { border-color: #70DB72; }
span { border-color: rgb(112,219,114); }
td.TdClassName
{
border-color: #70DB72;
}
.TagClassName
{
border-color: #70DB72;
}
</style>