Shades of Pastel Green #70CE7D
Tints of Pastel Green #70CE7D
RGB
CMYK
RGB Variations
Color information
#70CE7D (or 0x70CE7D) is known color: Pastel Green. HEX triplet: 70, CE and 7D. RGB value is (112,206,125). Sum of RGB (Red+Green+Blue) = 112+206+125=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE7D is #8F3182. Grayscale: #A8A8A8. Windows color (decimal): -9384323 or 8244848. OLE color: 8244848.
HSL color Cylindrical-coordinate representation of color #70CE7D: hue angle of 128.3º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE7D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 125 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.19 |
| HSL | 128.3º | 0.49% | 0.62% | - |
| HSV(B) | 128.3º | 0.46% | 0.81% | - |
| XYZ | 32.46 | 49.07 | 27.16 | - |
| YUV | 168.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 125 | 0.46 | 0 | 0.39 | 0.19 | 128.3 | 0.49 | 0.62 |
| Hex | 70 | CE | 7D | 2E | 0 | 27 | 13 | 80 | 31 | 3E |
| Octal | 160 | 316 | 175 | 56 | 0 | 47 | 23 | 200 | 61 | 76 |
| Binary | 1110000 | 11001110 | 1111101 | 101110 | 0 | 100111 | 10011 | 10000000 | 110001 | 111110 |
Color Harmonies of #70CE7D
Complementary color
Monochromatic Colors of #70CE7D
Black with #70CE7D
Text Example
Text Example
White with #70CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE7D; }
p { color: rgb(112,206,125); }
H1.HeaderClassName
{
color: #70CE7D;
}
.AnyTagClassName
{
color: #70CE7D;
}
</style>
background-color css
<style>
a { background-color: #70CE7D; }
a { background-color: rgb(112,206,125); }
div.DivClassName
{
background-color: #70CE7D;
}
.BgClassName
{
background-color: #70CE7D;
}
</style>
border-color css
<style>
span { border-color: #70CE7D; }
span { border-color: rgb(112,206,125); }
td.TdClassName
{
border-color: #70CE7D;
}
.TagClassName
{
border-color: #70CE7D;
}
</style>