Shades of Pastel Green #70DA7B
Tints of Pastel Green #70DA7B
RGB
CMYK
RGB Variations
Color information
#70DA7B (or 0x70DA7B) is known color: Pastel Green. HEX triplet: 70, DA and 7B. RGB value is (112,218,123). Sum of RGB (Red+Green+Blue) = 112+218+123=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA7B is #8F2584. Grayscale: #AFAFAF. Windows color (decimal): -9381253 or 8116848. OLE color: 8116848.
HSL color Cylindrical-coordinate representation of color #70DA7B: hue angle of 126.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA7B is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 123 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.15 |
| HSL | 126.23º | 0.59% | 0.65% | - |
| HSV(B) | 126.23º | 0.49% | 0.85% | - |
| XYZ | 35.33 | 55.02 | 27.5 | - |
| YUV | 175.48 | 98.38 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 123 | 0.49 | 0 | 0.44 | 0.15 | 126.23 | 0.59 | 0.65 |
| Hex | 70 | DA | 7B | 31 | 0 | 2C | F | 7E | 3B | 41 |
| Octal | 160 | 332 | 173 | 61 | 0 | 54 | 17 | 176 | 73 | 101 |
| Binary | 1110000 | 11011010 | 1111011 | 110001 | 0 | 101100 | 1111 | 1111110 | 111011 | 1000001 |
Color Harmonies of #70DA7B
Complementary color
Monochromatic Colors of #70DA7B
Black with #70DA7B
Text Example
Text Example
White with #70DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DA7B; }
p { color: rgb(112,218,123); }
H1.HeaderClassName
{
color: #70DA7B;
}
.AnyTagClassName
{
color: #70DA7B;
}
</style>
background-color css
<style>
a { background-color: #70DA7B; }
a { background-color: rgb(112,218,123); }
div.DivClassName
{
background-color: #70DA7B;
}
.BgClassName
{
background-color: #70DA7B;
}
</style>
border-color css
<style>
span { border-color: #70DA7B; }
span { border-color: rgb(112,218,123); }
td.TdClassName
{
border-color: #70DA7B;
}
.TagClassName
{
border-color: #70DA7B;
}
</style>