Shades of Pastel Green #70DF78
Tints of Pastel Green #70DF78
RGB
CMYK
RGB Variations
Color information
#70DF78 (or 0x70DF78) is known color: Pastel Green. HEX triplet: 70, DF and 78. RGB value is (112,223,120). Sum of RGB (Red+Green+Blue) = 112+223+120=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF78 is #8F2087. Grayscale: #B2B2B2. Windows color (decimal): -9379976 or 7921520. OLE color: 7921520.
HSL color Cylindrical-coordinate representation of color #70DF78: hue angle of 124.32º 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 #70DF78 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 120 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.13 |
| HSL | 124.32º | 0.63% | 0.66% | - |
| HSV(B) | 124.32º | 0.5% | 0.87% | - |
| XYZ | 36.46 | 57.58 | 26.96 | - |
| YUV | 178.07 | 95.23 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 120 | 0.50 | 0 | 0.46 | 0.13 | 124.32 | 0.63 | 0.66 |
| Hex | 70 | DF | 78 | 32 | 0 | 2E | D | 7C | 3F | 42 |
| Octal | 160 | 337 | 170 | 62 | 0 | 56 | 15 | 174 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1111000 | 110010 | 0 | 101110 | 1101 | 1111100 | 111111 | 1000010 |
Color Harmonies of #70DF78
Complementary color
Monochromatic Colors of #70DF78
Black with #70DF78
Text Example
Text Example
White with #70DF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF78; }
p { color: rgb(112,223,120); }
H1.HeaderClassName
{
color: #70DF78;
}
.AnyTagClassName
{
color: #70DF78;
}
</style>
background-color css
<style>
a { background-color: #70DF78; }
a { background-color: rgb(112,223,120); }
div.DivClassName
{
background-color: #70DF78;
}
.BgClassName
{
background-color: #70DF78;
}
</style>
border-color css
<style>
span { border-color: #70DF78; }
span { border-color: rgb(112,223,120); }
td.TdClassName
{
border-color: #70DF78;
}
.TagClassName
{
border-color: #70DF78;
}
</style>