Shades of Pastel Green #70E070
Tints of Pastel Green #70E070
RGB
CMYK
RGB Variations
Color information
#70E070 (or 0x70E070) is known color: Pastel Green. HEX triplet: 70, E0 and 70. RGB value is (112,224,112). Sum of RGB (Red+Green+Blue) = 112+224+112=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #70E070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E070 is #8F1F8F. Grayscale: #B2B2B2. Windows color (decimal): -9379728 or 7397488. OLE color: 7397488.
HSL color Cylindrical-coordinate representation of color #70E070: hue angle of 120º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E070 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 112 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.12 |
| HSL | 120º | 0.64% | 0.66% | - |
| HSV(B) | 120º | 0.5% | 0.88% | - |
| XYZ | 36.26 | 57.93 | 24.6 | - |
| YUV | 177.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 112 | 0.50 | 0 | 0.50 | 0.12 | 120 | 0.64 | 0.66 |
| Hex | 70 | E0 | 70 | 32 | 0 | 32 | C | 78 | 40 | 42 |
| Octal | 160 | 340 | 160 | 62 | 0 | 62 | 14 | 170 | 100 | 102 |
| Binary | 1110000 | 11100000 | 1110000 | 110010 | 0 | 110010 | 1100 | 1111000 | 1000000 | 1000010 |
Color Harmonies of #70E070
Complementary color
Monochromatic Colors of #70E070
Black with #70E070
Text Example
Text Example
White with #70E070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E070; }
p { color: rgb(112,224,112); }
H1.HeaderClassName
{
color: #70E070;
}
.AnyTagClassName
{
color: #70E070;
}
</style>
background-color css
<style>
a { background-color: #70E070; }
a { background-color: rgb(112,224,112); }
div.DivClassName
{
background-color: #70E070;
}
.BgClassName
{
background-color: #70E070;
}
</style>
border-color css
<style>
span { border-color: #70E070; }
span { border-color: rgb(112,224,112); }
td.TdClassName
{
border-color: #70E070;
}
.TagClassName
{
border-color: #70E070;
}
</style>