Shades of Pastel Green #70DF85
Tints of Pastel Green #70DF85
RGB
CMYK
RGB Variations
Color information
#70DF85 (or 0x70DF85) is known color: Pastel Green. HEX triplet: 70, DF and 85. RGB value is (112,223,133). Sum of RGB (Red+Green+Blue) = 112+223+133=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF85 is #8F207A. Grayscale: #B3B3B3. Windows color (decimal): -9379963 or 8773488. OLE color: 8773488.
HSL color Cylindrical-coordinate representation of color #70DF85: hue angle of 131.35º 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 #70DF85 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 133 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.13 |
| HSL | 131.35º | 0.63% | 0.66% | - |
| HSV(B) | 131.35º | 0.5% | 0.87% | - |
| XYZ | 37.3 | 57.91 | 31.4 | - |
| YUV | 179.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 133 | 0.50 | 0 | 0.40 | 0.13 | 131.35 | 0.63 | 0.66 |
| Hex | 70 | DF | 85 | 32 | 0 | 28 | D | 83 | 3F | 42 |
| Octal | 160 | 337 | 205 | 62 | 0 | 50 | 15 | 203 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10000101 | 110010 | 0 | 101000 | 1101 | 10000011 | 111111 | 1000010 |
Color Harmonies of #70DF85
Complementary color
Monochromatic Colors of #70DF85
Black with #70DF85
Text Example
Text Example
White with #70DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF85; }
p { color: rgb(112,223,133); }
H1.HeaderClassName
{
color: #70DF85;
}
.AnyTagClassName
{
color: #70DF85;
}
</style>
background-color css
<style>
a { background-color: #70DF85; }
a { background-color: rgb(112,223,133); }
div.DivClassName
{
background-color: #70DF85;
}
.BgClassName
{
background-color: #70DF85;
}
</style>
border-color css
<style>
span { border-color: #70DF85; }
span { border-color: rgb(112,223,133); }
td.TdClassName
{
border-color: #70DF85;
}
.TagClassName
{
border-color: #70DF85;
}
</style>