Shades of Pastel Green #70E174
Tints of Pastel Green #70E174
RGB
CMYK
RGB Variations
Color information
#70E174 (or 0x70E174) is known color: Pastel Green. HEX triplet: 70, E1 and 74. RGB value is (112,225,116). Sum of RGB (Red+Green+Blue) = 112+225+116=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #70E174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E174 is #8F1E8B. Grayscale: #B3B3B3. Windows color (decimal): -9379468 or 7659888. OLE color: 7659888.
HSL color Cylindrical-coordinate representation of color #70E174: hue angle of 122.12º degrees, saturation: 0.65, 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 #70E174 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 225 | 116 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.12 |
| HSL | 122.12º | 0.65% | 0.66% | - |
| HSV(B) | 122.12º | 0.5% | 0.88% | - |
| XYZ | 36.76 | 58.56 | 25.89 | - |
| YUV | 178.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 225 | 116 | 0.50 | 0 | 0.48 | 0.12 | 122.12 | 0.65 | 0.66 |
| Hex | 70 | E1 | 74 | 32 | 0 | 30 | C | 7A | 41 | 42 |
| Octal | 160 | 341 | 164 | 62 | 0 | 60 | 14 | 172 | 101 | 102 |
| Binary | 1110000 | 11100001 | 1110100 | 110010 | 0 | 110000 | 1100 | 1111010 | 1000001 | 1000010 |
Color Harmonies of #70E174
Complementary color
Monochromatic Colors of #70E174
Black with #70E174
Text Example
Text Example
White with #70E174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E174; }
p { color: rgb(112,225,116); }
H1.HeaderClassName
{
color: #70E174;
}
.AnyTagClassName
{
color: #70E174;
}
</style>
background-color css
<style>
a { background-color: #70E174; }
a { background-color: rgb(112,225,116); }
div.DivClassName
{
background-color: #70E174;
}
.BgClassName
{
background-color: #70E174;
}
</style>
border-color css
<style>
span { border-color: #70E174; }
span { border-color: rgb(112,225,116); }
td.TdClassName
{
border-color: #70E174;
}
.TagClassName
{
border-color: #70E174;
}
</style>