Shades of Pastel Green #70E059
Tints of Pastel Green #70E059
RGB
CMYK
RGB Variations
Color information
#70E059 (or 0x70E059) is known color: Pastel Green. HEX triplet: 70, E0 and 59. RGB value is (112,224,89). Sum of RGB (Red+Green+Blue) = 112+224+89=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #70E059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E059 is #8F1FA6. Grayscale: #AFAFAF. Windows color (decimal): -9379751 or 5890160. OLE color: 5890160.
HSL color Cylindrical-coordinate representation of color #70E059: hue angle of 109.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70E059 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 89 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.12 |
| HSL | 109.78º | 0.69% | 0.61% | - |
| HSV(B) | 109.78º | 0.6% | 0.88% | - |
| XYZ | 35.14 | 57.48 | 18.69 | - |
| YUV | 175.12 | 79.39 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 89 | 0.50 | 0 | 0.60 | 0.12 | 109.78 | 0.69 | 0.61 |
| Hex | 70 | E0 | 59 | 32 | 0 | 3C | C | 6E | 45 | 3D |
| Octal | 160 | 340 | 131 | 62 | 0 | 74 | 14 | 156 | 105 | 75 |
| Binary | 1110000 | 11100000 | 1011001 | 110010 | 0 | 111100 | 1100 | 1101110 | 1000101 | 111101 |
Color Harmonies of #70E059
Complementary color
Monochromatic Colors of #70E059
Black with #70E059
Text Example
Text Example
White with #70E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E059; }
p { color: rgb(112,224,89); }
H1.HeaderClassName
{
color: #70E059;
}
.AnyTagClassName
{
color: #70E059;
}
</style>
background-color css
<style>
a { background-color: #70E059; }
a { background-color: rgb(112,224,89); }
div.DivClassName
{
background-color: #70E059;
}
.BgClassName
{
background-color: #70E059;
}
</style>
border-color css
<style>
span { border-color: #70E059; }
span { border-color: rgb(112,224,89); }
td.TdClassName
{
border-color: #70E059;
}
.TagClassName
{
border-color: #70E059;
}
</style>