Shades of Pastel Green #70D065
Tints of Pastel Green #70D065
RGB
CMYK
RGB Variations
Color information
#70D065 (or 0x70D065) is known color: Pastel Green. HEX triplet: 70, D0 and 65. RGB value is (112,208,101). Sum of RGB (Red+Green+Blue) = 112+208+101=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #70D065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D065 is #8F2F9A. Grayscale: #A7A7A7. Windows color (decimal): -9383835 or 6672496. OLE color: 6672496.
HSL color Cylindrical-coordinate representation of color #70D065: hue angle of 113.83º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70D065 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 101 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.18 |
| HSL | 113.83º | 0.53% | 0.61% | - |
| HSV(B) | 113.83º | 0.51% | 0.82% | - |
| XYZ | 31.59 | 49.5 | 20.2 | - |
| YUV | 167.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 101 | 0.46 | 0 | 0.51 | 0.18 | 113.83 | 0.53 | 0.61 |
| Hex | 70 | D0 | 65 | 2E | 0 | 33 | 12 | 72 | 35 | 3D |
| Octal | 160 | 320 | 145 | 56 | 0 | 63 | 22 | 162 | 65 | 75 |
| Binary | 1110000 | 11010000 | 1100101 | 101110 | 0 | 110011 | 10010 | 1110010 | 110101 | 111101 |
Color Harmonies of #70D065
Complementary color
Monochromatic Colors of #70D065
Black with #70D065
Text Example
Text Example
White with #70D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D065; }
p { color: rgb(112,208,101); }
H1.HeaderClassName
{
color: #70D065;
}
.AnyTagClassName
{
color: #70D065;
}
</style>
background-color css
<style>
a { background-color: #70D065; }
a { background-color: rgb(112,208,101); }
div.DivClassName
{
background-color: #70D065;
}
.BgClassName
{
background-color: #70D065;
}
</style>
border-color css
<style>
span { border-color: #70D065; }
span { border-color: rgb(112,208,101); }
td.TdClassName
{
border-color: #70D065;
}
.TagClassName
{
border-color: #70D065;
}
</style>