Shades of Pastel Green #70DF7D
Tints of Pastel Green #70DF7D
RGB
CMYK
RGB Variations
Color information
#70DF7D (or 0x70DF7D) is known color: Pastel Green. HEX triplet: 70, DF and 7D. RGB value is (112,223,125). Sum of RGB (Red+Green+Blue) = 112+223+125=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF7D is #8F2082. Grayscale: #B2B2B2. Windows color (decimal): -9379971 or 8249200. OLE color: 8249200.
HSL color Cylindrical-coordinate representation of color #70DF7D: hue angle of 127.03º 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 #70DF7D is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 125 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.13 |
| HSL | 127.03º | 0.63% | 0.66% | - |
| HSV(B) | 127.03º | 0.5% | 0.87% | - |
| XYZ | 36.77 | 57.7 | 28.6 | - |
| YUV | 178.64 | 97.73 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 125 | 0.50 | 0 | 0.44 | 0.13 | 127.03 | 0.63 | 0.66 |
| Hex | 70 | DF | 7D | 32 | 0 | 2C | D | 7F | 3F | 42 |
| Octal | 160 | 337 | 175 | 62 | 0 | 54 | 15 | 177 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1111101 | 110010 | 0 | 101100 | 1101 | 1111111 | 111111 | 1000010 |
Color Harmonies of #70DF7D
Complementary color
Monochromatic Colors of #70DF7D
Black with #70DF7D
Text Example
Text Example
White with #70DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF7D; }
p { color: rgb(112,223,125); }
H1.HeaderClassName
{
color: #70DF7D;
}
.AnyTagClassName
{
color: #70DF7D;
}
</style>
background-color css
<style>
a { background-color: #70DF7D; }
a { background-color: rgb(112,223,125); }
div.DivClassName
{
background-color: #70DF7D;
}
.BgClassName
{
background-color: #70DF7D;
}
</style>
border-color css
<style>
span { border-color: #70DF7D; }
span { border-color: rgb(112,223,125); }
td.TdClassName
{
border-color: #70DF7D;
}
.TagClassName
{
border-color: #70DF7D;
}
</style>