Shades of Pastel Green #70D262
Tints of Pastel Green #70D262
RGB
CMYK
RGB Variations
Color information
#70D262 (or 0x70D262) is known color: Pastel Green. HEX triplet: 70, D2 and 62. RGB value is (112,210,98). Sum of RGB (Red+Green+Blue) = 112+210+98=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #70D262 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D262 is #8F2D9D. Grayscale: #A8A8A8. Windows color (decimal): -9383326 or 6476400. OLE color: 6476400.
HSL color Cylindrical-coordinate representation of color #70D262: hue angle of 112.5º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D262 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 98 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.18 |
| HSL | 112.5º | 0.55% | 0.6% | - |
| HSV(B) | 112.5º | 0.53% | 0.82% | - |
| XYZ | 31.93 | 50.42 | 19.6 | - |
| YUV | 167.93 | 88.53 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 98 | 0.47 | 0 | 0.53 | 0.18 | 112.5 | 0.55 | 0.6 |
| Hex | 70 | D2 | 62 | 2F | 0 | 35 | 12 | 70 | 37 | 3C |
| Octal | 160 | 322 | 142 | 57 | 0 | 65 | 22 | 160 | 67 | 74 |
| Binary | 1110000 | 11010010 | 1100010 | 101111 | 0 | 110101 | 10010 | 1110000 | 110111 | 111100 |
Color Harmonies of #70D262
Complementary color
Monochromatic Colors of #70D262
Black with #70D262
Text Example
Text Example
White with #70D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D262; }
p { color: rgb(112,210,98); }
H1.HeaderClassName
{
color: #70D262;
}
.AnyTagClassName
{
color: #70D262;
}
</style>
background-color css
<style>
a { background-color: #70D262; }
a { background-color: rgb(112,210,98); }
div.DivClassName
{
background-color: #70D262;
}
.BgClassName
{
background-color: #70D262;
}
</style>
border-color css
<style>
span { border-color: #70D262; }
span { border-color: rgb(112,210,98); }
td.TdClassName
{
border-color: #70D262;
}
.TagClassName
{
border-color: #70D262;
}
</style>