Shades of Pastel Green #70DF75
Tints of Pastel Green #70DF75
RGB
CMYK
RGB Variations
Color information
#70DF75 (or 0x70DF75) is known color: Pastel Green. HEX triplet: 70, DF and 75. RGB value is (112,223,117). Sum of RGB (Red+Green+Blue) = 112+223+117=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF75 is #8F208A. Grayscale: #B2B2B2. Windows color (decimal): -9379979 or 7724912. OLE color: 7724912.
HSL color Cylindrical-coordinate representation of color #70DF75: hue angle of 122.7º 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 #70DF75 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 117 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.13 |
| HSL | 122.7º | 0.63% | 0.66% | - |
| HSV(B) | 122.7º | 0.5% | 0.87% | - |
| XYZ | 36.28 | 57.5 | 26.02 | - |
| YUV | 177.73 | 93.73 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 117 | 0.50 | 0 | 0.48 | 0.13 | 122.7 | 0.63 | 0.66 |
| Hex | 70 | DF | 75 | 32 | 0 | 30 | D | 7B | 3F | 42 |
| Octal | 160 | 337 | 165 | 62 | 0 | 60 | 15 | 173 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1110101 | 110010 | 0 | 110000 | 1101 | 1111011 | 111111 | 1000010 |
Color Harmonies of #70DF75
Complementary color
Monochromatic Colors of #70DF75
Black with #70DF75
Text Example
Text Example
White with #70DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF75; }
p { color: rgb(112,223,117); }
H1.HeaderClassName
{
color: #70DF75;
}
.AnyTagClassName
{
color: #70DF75;
}
</style>
background-color css
<style>
a { background-color: #70DF75; }
a { background-color: rgb(112,223,117); }
div.DivClassName
{
background-color: #70DF75;
}
.BgClassName
{
background-color: #70DF75;
}
</style>
border-color css
<style>
span { border-color: #70DF75; }
span { border-color: rgb(112,223,117); }
td.TdClassName
{
border-color: #70DF75;
}
.TagClassName
{
border-color: #70DF75;
}
</style>