Shades of Pastel Green #70E46D
Tints of Pastel Green #70E46D
RGB
CMYK
RGB Variations
Color information
#70E46D (or 0x70E46D) is known color: Pastel Green. HEX triplet: 70, E4 and 6D. RGB value is (112,228,109). Sum of RGB (Red+Green+Blue) = 112+228+109=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #70E46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E46D is #8F1B92. Grayscale: #B4B4B4. Windows color (decimal): -9378707 or 7201904. OLE color: 7201904.
HSL color Cylindrical-coordinate representation of color #70E46D: hue angle of 118.49º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E46D is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 109 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.11 |
| HSL | 118.49º | 0.69% | 0.66% | - |
| HSV(B) | 118.49º | 0.52% | 0.89% | - |
| XYZ | 37.19 | 60.04 | 24.1 | - |
| YUV | 179.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 109 | 0.51 | 0 | 0.52 | 0.11 | 118.49 | 0.69 | 0.66 |
| Hex | 70 | E4 | 6D | 33 | 0 | 34 | B | 76 | 45 | 42 |
| Octal | 160 | 344 | 155 | 63 | 0 | 64 | 13 | 166 | 105 | 102 |
| Binary | 1110000 | 11100100 | 1101101 | 110011 | 0 | 110100 | 1011 | 1110110 | 1000101 | 1000010 |
Color Harmonies of #70E46D
Complementary color
Monochromatic Colors of #70E46D
Black with #70E46D
Text Example
Text Example
White with #70E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E46D; }
p { color: rgb(112,228,109); }
H1.HeaderClassName
{
color: #70E46D;
}
.AnyTagClassName
{
color: #70E46D;
}
</style>
background-color css
<style>
a { background-color: #70E46D; }
a { background-color: rgb(112,228,109); }
div.DivClassName
{
background-color: #70E46D;
}
.BgClassName
{
background-color: #70E46D;
}
</style>
border-color css
<style>
span { border-color: #70E46D; }
span { border-color: rgb(112,228,109); }
td.TdClassName
{
border-color: #70E46D;
}
.TagClassName
{
border-color: #70E46D;
}
</style>