Shades of Pastel Green #70D184
Tints of Pastel Green #70D184
RGB
CMYK
RGB Variations
Color information
#70D184 (or 0x70D184) is known color: Pastel Green. HEX triplet: 70, D1 and 84. RGB value is (112,209,132). Sum of RGB (Red+Green+Blue) = 112+209+132=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #70D184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D184 is #8F2E7B. Grayscale: #ABABAB. Windows color (decimal): -9383548 or 8704368. OLE color: 8704368.
HSL color Cylindrical-coordinate representation of color #70D184: hue angle of 132.37º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D184 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 132 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.18 |
| HSL | 132.37º | 0.51% | 0.63% | - |
| HSV(B) | 132.37º | 0.46% | 0.82% | - |
| XYZ | 33.65 | 50.71 | 29.84 | - |
| YUV | 171.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 132 | 0.46 | 0 | 0.37 | 0.18 | 132.37 | 0.51 | 0.63 |
| Hex | 70 | D1 | 84 | 2E | 0 | 25 | 12 | 84 | 33 | 3F |
| Octal | 160 | 321 | 204 | 56 | 0 | 45 | 22 | 204 | 63 | 77 |
| Binary | 1110000 | 11010001 | 10000100 | 101110 | 0 | 100101 | 10010 | 10000100 | 110011 | 111111 |
Color Harmonies of #70D184
Complementary color
Monochromatic Colors of #70D184
Black with #70D184
Text Example
Text Example
White with #70D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D184; }
p { color: rgb(112,209,132); }
H1.HeaderClassName
{
color: #70D184;
}
.AnyTagClassName
{
color: #70D184;
}
</style>
background-color css
<style>
a { background-color: #70D184; }
a { background-color: rgb(112,209,132); }
div.DivClassName
{
background-color: #70D184;
}
.BgClassName
{
background-color: #70D184;
}
</style>
border-color css
<style>
span { border-color: #70D184; }
span { border-color: rgb(112,209,132); }
td.TdClassName
{
border-color: #70D184;
}
.TagClassName
{
border-color: #70D184;
}
</style>