Shades of Pastel Green #70E465
Tints of Pastel Green #70E465
RGB
CMYK
RGB Variations
Color information
#70E465 (or 0x70E465) is known color: Pastel Green. HEX triplet: 70, E4 and 65. RGB value is (112,228,101). Sum of RGB (Red+Green+Blue) = 112+228+101=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #70E465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E465 is #8F1B9A. Grayscale: #B3B3B3. Windows color (decimal): -9378715 or 6677616. OLE color: 6677616.
HSL color Cylindrical-coordinate representation of color #70E465: hue angle of 114.8º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E465 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 101 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.11 |
| HSL | 114.8º | 0.7% | 0.65% | - |
| HSV(B) | 114.8º | 0.56% | 0.89% | - |
| XYZ | 36.77 | 59.87 | 21.93 | - |
| YUV | 178.84 | 84.07 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 101 | 0.51 | 0 | 0.56 | 0.11 | 114.8 | 0.7 | 0.65 |
| Hex | 70 | E4 | 65 | 33 | 0 | 38 | B | 73 | 46 | 41 |
| Octal | 160 | 344 | 145 | 63 | 0 | 70 | 13 | 163 | 106 | 101 |
| Binary | 1110000 | 11100100 | 1100101 | 110011 | 0 | 111000 | 1011 | 1110011 | 1000110 | 1000001 |
Color Harmonies of #70E465
Complementary color
Monochromatic Colors of #70E465
Black with #70E465
Text Example
Text Example
White with #70E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E465; }
p { color: rgb(112,228,101); }
H1.HeaderClassName
{
color: #70E465;
}
.AnyTagClassName
{
color: #70E465;
}
</style>
background-color css
<style>
a { background-color: #70E465; }
a { background-color: rgb(112,228,101); }
div.DivClassName
{
background-color: #70E465;
}
.BgClassName
{
background-color: #70E465;
}
</style>
border-color css
<style>
span { border-color: #70E465; }
span { border-color: rgb(112,228,101); }
td.TdClassName
{
border-color: #70E465;
}
.TagClassName
{
border-color: #70E465;
}
</style>