Shades of Pastel Green #70DF82
Tints of Pastel Green #70DF82
RGB
CMYK
RGB Variations
Color information
#70DF82 (or 0x70DF82) is known color: Pastel Green. HEX triplet: 70, DF and 82. RGB value is (112,223,130). Sum of RGB (Red+Green+Blue) = 112+223+130=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF82 is #8F207D. Grayscale: #B3B3B3. Windows color (decimal): -9379966 or 8576880. OLE color: 8576880.
HSL color Cylindrical-coordinate representation of color #70DF82: hue angle of 129.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF82 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 130 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.13 |
| HSL | 129.73º | 0.63% | 0.66% | - |
| HSV(B) | 129.73º | 0.5% | 0.87% | - |
| XYZ | 37.1 | 57.83 | 30.33 | - |
| YUV | 179.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 130 | 0.50 | 0 | 0.42 | 0.13 | 129.73 | 0.63 | 0.66 |
| Hex | 70 | DF | 82 | 32 | 0 | 2A | D | 82 | 3F | 42 |
| Octal | 160 | 337 | 202 | 62 | 0 | 52 | 15 | 202 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10000010 | 110010 | 0 | 101010 | 1101 | 10000010 | 111111 | 1000010 |
Color Harmonies of #70DF82
Complementary color
Monochromatic Colors of #70DF82
Black with #70DF82
Text Example
Text Example
White with #70DF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF82; }
p { color: rgb(112,223,130); }
H1.HeaderClassName
{
color: #70DF82;
}
.AnyTagClassName
{
color: #70DF82;
}
</style>
background-color css
<style>
a { background-color: #70DF82; }
a { background-color: rgb(112,223,130); }
div.DivClassName
{
background-color: #70DF82;
}
.BgClassName
{
background-color: #70DF82;
}
</style>
border-color css
<style>
span { border-color: #70DF82; }
span { border-color: rgb(112,223,130); }
td.TdClassName
{
border-color: #70DF82;
}
.TagClassName
{
border-color: #70DF82;
}
</style>