Shades of Pastel Green #70DF70
Tints of Pastel Green #70DF70
RGB
CMYK
RGB Variations
Color information
#70DF70 (or 0x70DF70) is known color: Pastel Green. HEX triplet: 70, DF and 70. RGB value is (112,223,112). Sum of RGB (Red+Green+Blue) = 112+223+112=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF70 is #8F208F. Grayscale: #B1B1B1. Windows color (decimal): -9379984 or 7397232. OLE color: 7397232.
HSL color Cylindrical-coordinate representation of color #70DF70: hue angle of 120º 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 #70DF70 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 112 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.13 |
| HSL | 120º | 0.63% | 0.66% | - |
| HSV(B) | 120º | 0.5% | 0.87% | - |
| XYZ | 35.99 | 57.39 | 24.51 | - |
| YUV | 177.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 112 | 0.50 | 0 | 0.50 | 0.13 | 120 | 0.63 | 0.66 |
| Hex | 70 | DF | 70 | 32 | 0 | 32 | D | 78 | 3F | 42 |
| Octal | 160 | 337 | 160 | 62 | 0 | 62 | 15 | 170 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1110000 | 110010 | 0 | 110010 | 1101 | 1111000 | 111111 | 1000010 |
Color Harmonies of #70DF70
Complementary color
Monochromatic Colors of #70DF70
Black with #70DF70
Text Example
Text Example
White with #70DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF70; }
p { color: rgb(112,223,112); }
H1.HeaderClassName
{
color: #70DF70;
}
.AnyTagClassName
{
color: #70DF70;
}
</style>
background-color css
<style>
a { background-color: #70DF70; }
a { background-color: rgb(112,223,112); }
div.DivClassName
{
background-color: #70DF70;
}
.BgClassName
{
background-color: #70DF70;
}
</style>
border-color css
<style>
span { border-color: #70DF70; }
span { border-color: rgb(112,223,112); }
td.TdClassName
{
border-color: #70DF70;
}
.TagClassName
{
border-color: #70DF70;
}
</style>