Shades of Pastel Green #70D865
Tints of Pastel Green #70D865
RGB
CMYK
RGB Variations
Color information
#70D865 (or 0x70D865) is known color: Pastel Green. HEX triplet: 70, D8 and 65. RGB value is (112,216,101). Sum of RGB (Red+Green+Blue) = 112+216+101=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #70D865 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D865 is #8F279A. Grayscale: #ACACAC. Windows color (decimal): -9381787 or 6674544. OLE color: 6674544.
HSL color Cylindrical-coordinate representation of color #70D865: hue angle of 114.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D865 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
RGB | 112 | 216 | 101 | - |
CMYK | 0.48 | 0 | 0.53 | 0.15 |
HSL | 114.26º | 0.6% | 0.62% | - |
HSV(B) | 114.26º | 0.53% | 0.85% | - |
XYZ | 33.59 | 53.5 | 20.87 | - |
YUV | 171.79 | 88.04 | 85.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 112 | 216 | 101 | 0.48 | 0 | 0.53 | 0.15 | 114.26 | 0.6 | 0.62 |
Hex | 70 | D8 | 65 | 30 | 0 | 35 | F | 72 | 3C | 3E |
Octal | 160 | 330 | 145 | 60 | 0 | 65 | 17 | 162 | 74 | 76 |
Binary | 1110000 | 11011000 | 1100101 | 110000 | 0 | 110101 | 1111 | 1110010 | 111100 | 111110 |
Color Harmonies of #70D865
Complementary color
Monochromatic Colors of #70D865
Black with #70D865
Text Example
Text Example
White with #70D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D865; }
p { color: rgb(112,216,101); }
H1.HeaderClassName
{
color: #70D865;
}
.AnyTagClassName
{
color: #70D865;
}
</style>
background-color css
<style>
a { background-color: #70D865; }
a { background-color: rgb(112,216,101); }
div.DivClassName
{
background-color: #70D865;
}
.BgClassName
{
background-color: #70D865;
}
</style>
border-color css
<style>
span { border-color: #70D865; }
span { border-color: rgb(112,216,101); }
td.TdClassName
{
border-color: #70D865;
}
.TagClassName
{
border-color: #70D865;
}
</style>