Shades of Pastel Green #70DF72
Tints of Pastel Green #70DF72
RGB
CMYK
RGB Variations
Color information
#70DF72 (or 0x70DF72) is known color: Pastel Green. HEX triplet: 70, DF and 72. RGB value is (112,223,114). Sum of RGB (Red+Green+Blue) = 112+223+114=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF72 is #8F208D. Grayscale: #B1B1B1. Windows color (decimal): -9379982 or 7528304. OLE color: 7528304.
HSL color Cylindrical-coordinate representation of color #70DF72: hue angle of 121.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF72 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 114 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.13 |
| HSL | 121.08º | 0.63% | 0.66% | - |
| HSV(B) | 121.08º | 0.5% | 0.87% | - |
| XYZ | 36.11 | 57.44 | 25.1 | - |
| YUV | 177.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 114 | 0.50 | 0 | 0.49 | 0.13 | 121.08 | 0.63 | 0.66 |
| Hex | 70 | DF | 72 | 32 | 0 | 31 | D | 79 | 3F | 42 |
| Octal | 160 | 337 | 162 | 62 | 0 | 61 | 15 | 171 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1110010 | 110010 | 0 | 110001 | 1101 | 1111001 | 111111 | 1000010 |
Color Harmonies of #70DF72
Complementary color
Monochromatic Colors of #70DF72
Black with #70DF72
Text Example
Text Example
White with #70DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF72; }
p { color: rgb(112,223,114); }
H1.HeaderClassName
{
color: #70DF72;
}
.AnyTagClassName
{
color: #70DF72;
}
</style>
background-color css
<style>
a { background-color: #70DF72; }
a { background-color: rgb(112,223,114); }
div.DivClassName
{
background-color: #70DF72;
}
.BgClassName
{
background-color: #70DF72;
}
</style>
border-color css
<style>
span { border-color: #70DF72; }
span { border-color: rgb(112,223,114); }
td.TdClassName
{
border-color: #70DF72;
}
.TagClassName
{
border-color: #70DF72;
}
</style>