Shades of Pastel Green #70E55D
Tints of Pastel Green #70E55D
RGB
CMYK
RGB Variations
Color information
#70E55D (or 0x70E55D) is known color: Pastel Green. HEX triplet: 70, E5 and 5D. RGB value is (112,229,93). Sum of RGB (Red+Green+Blue) = 112+229+93=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #70E55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E55D is #8F1AA2. Grayscale: #B2B2B2. Windows color (decimal): -9378467 or 6153584. OLE color: 6153584.
HSL color Cylindrical-coordinate representation of color #70E55D: hue angle of 111.62º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70E55D is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 93 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.10 |
| HSL | 111.62º | 0.72% | 0.63% | - |
| HSV(B) | 111.62º | 0.59% | 0.9% | - |
| XYZ | 36.68 | 60.27 | 20.06 | - |
| YUV | 178.51 | 79.74 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 93 | 0.51 | 0 | 0.59 | 0.10 | 111.62 | 0.72 | 0.63 |
| Hex | 70 | E5 | 5D | 33 | 0 | 3B | A | 70 | 48 | 3F |
| Octal | 160 | 345 | 135 | 63 | 0 | 73 | 12 | 160 | 110 | 77 |
| Binary | 1110000 | 11100101 | 1011101 | 110011 | 0 | 111011 | 1010 | 1110000 | 1001000 | 111111 |
Color Harmonies of #70E55D
Complementary color
Monochromatic Colors of #70E55D
Black with #70E55D
Text Example
Text Example
White with #70E55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E55D; }
p { color: rgb(112,229,93); }
H1.HeaderClassName
{
color: #70E55D;
}
.AnyTagClassName
{
color: #70E55D;
}
</style>
background-color css
<style>
a { background-color: #70E55D; }
a { background-color: rgb(112,229,93); }
div.DivClassName
{
background-color: #70E55D;
}
.BgClassName
{
background-color: #70E55D;
}
</style>
border-color css
<style>
span { border-color: #70E55D; }
span { border-color: rgb(112,229,93); }
td.TdClassName
{
border-color: #70E55D;
}
.TagClassName
{
border-color: #70E55D;
}
</style>