Shades of Pastel Green #70DF71
Tints of Pastel Green #70DF71
RGB
CMYK
RGB Variations
Color information
#70DF71 (or 0x70DF71) is known color: Pastel Green. HEX triplet: 70, DF and 71. RGB value is (112,223,113). Sum of RGB (Red+Green+Blue) = 112+223+113=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF71 is #8F208E. Grayscale: #B1B1B1. Windows color (decimal): -9379983 or 7462768. OLE color: 7462768.
HSL color Cylindrical-coordinate representation of color #70DF71: hue angle of 120.54º 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 #70DF71 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 113 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.13 |
| HSL | 120.54º | 0.63% | 0.66% | - |
| HSV(B) | 120.54º | 0.5% | 0.87% | - |
| XYZ | 36.05 | 57.41 | 24.8 | - |
| YUV | 177.27 | 91.73 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 113 | 0.50 | 0 | 0.49 | 0.13 | 120.54 | 0.63 | 0.66 |
| Hex | 70 | DF | 71 | 32 | 0 | 31 | D | 79 | 3F | 42 |
| Octal | 160 | 337 | 161 | 62 | 0 | 61 | 15 | 171 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1110001 | 110010 | 0 | 110001 | 1101 | 1111001 | 111111 | 1000010 |
Color Harmonies of #70DF71
Complementary color
Monochromatic Colors of #70DF71
Black with #70DF71
Text Example
Text Example
White with #70DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF71; }
p { color: rgb(112,223,113); }
H1.HeaderClassName
{
color: #70DF71;
}
.AnyTagClassName
{
color: #70DF71;
}
</style>
background-color css
<style>
a { background-color: #70DF71; }
a { background-color: rgb(112,223,113); }
div.DivClassName
{
background-color: #70DF71;
}
.BgClassName
{
background-color: #70DF71;
}
</style>
border-color css
<style>
span { border-color: #70DF71; }
span { border-color: rgb(112,223,113); }
td.TdClassName
{
border-color: #70DF71;
}
.TagClassName
{
border-color: #70DF71;
}
</style>