Shades of Pastel Green #70DF7F
Tints of Pastel Green #70DF7F
RGB
CMYK
RGB Variations
Color information
#70DF7F (or 0x70DF7F) is known color: Pastel Green. HEX triplet: 70, DF and 7F. RGB value is (112,223,127). Sum of RGB (Red+Green+Blue) = 112+223+127=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF7F is #8F2080. Grayscale: #B3B3B3. Windows color (decimal): -9379969 or 8380272. OLE color: 8380272.
HSL color Cylindrical-coordinate representation of color #70DF7F: hue angle of 128.11º 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 #70DF7F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 127 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.13 |
| HSL | 128.11º | 0.63% | 0.66% | - |
| HSV(B) | 128.11º | 0.5% | 0.87% | - |
| XYZ | 36.9 | 57.75 | 29.28 | - |
| YUV | 178.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 127 | 0.50 | 0 | 0.43 | 0.13 | 128.11 | 0.63 | 0.66 |
| Hex | 70 | DF | 7F | 32 | 0 | 2B | D | 80 | 3F | 42 |
| Octal | 160 | 337 | 177 | 62 | 0 | 53 | 15 | 200 | 77 | 102 |
| Binary | 1110000 | 11011111 | 1111111 | 110010 | 0 | 101011 | 1101 | 10000000 | 111111 | 1000010 |
Color Harmonies of #70DF7F
Complementary color
Monochromatic Colors of #70DF7F
Black with #70DF7F
Text Example
Text Example
White with #70DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF7F; }
p { color: rgb(112,223,127); }
H1.HeaderClassName
{
color: #70DF7F;
}
.AnyTagClassName
{
color: #70DF7F;
}
</style>
background-color css
<style>
a { background-color: #70DF7F; }
a { background-color: rgb(112,223,127); }
div.DivClassName
{
background-color: #70DF7F;
}
.BgClassName
{
background-color: #70DF7F;
}
</style>
border-color css
<style>
span { border-color: #70DF7F; }
span { border-color: rgb(112,223,127); }
td.TdClassName
{
border-color: #70DF7F;
}
.TagClassName
{
border-color: #70DF7F;
}
</style>