Shades of Pastel Green #70CE7E
Tints of Pastel Green #70CE7E
RGB
CMYK
RGB Variations
Color information
#70CE7E (or 0x70CE7E) is known color: Pastel Green. HEX triplet: 70, CE and 7E. RGB value is (112,206,126). Sum of RGB (Red+Green+Blue) = 112+206+126=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE7E is #8F3181. Grayscale: #A9A9A9. Windows color (decimal): -9384322 or 8310384. OLE color: 8310384.
HSL color Cylindrical-coordinate representation of color #70CE7E: hue angle of 128.94º 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 #70CE7E is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 126 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.19 |
| HSL | 128.94º | 0.49% | 0.62% | - |
| HSV(B) | 128.94º | 0.46% | 0.81% | - |
| XYZ | 32.52 | 49.09 | 27.5 | - |
| YUV | 168.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 126 | 0.46 | 0 | 0.39 | 0.19 | 128.94 | 0.49 | 0.62 |
| Hex | 70 | CE | 7E | 2E | 0 | 27 | 13 | 81 | 31 | 3E |
| Octal | 160 | 316 | 176 | 56 | 0 | 47 | 23 | 201 | 61 | 76 |
| Binary | 1110000 | 11001110 | 1111110 | 101110 | 0 | 100111 | 10011 | 10000001 | 110001 | 111110 |
Color Harmonies of #70CE7E
Complementary color
Monochromatic Colors of #70CE7E
Black with #70CE7E
Text Example
Text Example
White with #70CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE7E; }
p { color: rgb(112,206,126); }
H1.HeaderClassName
{
color: #70CE7E;
}
.AnyTagClassName
{
color: #70CE7E;
}
</style>
background-color css
<style>
a { background-color: #70CE7E; }
a { background-color: rgb(112,206,126); }
div.DivClassName
{
background-color: #70CE7E;
}
.BgClassName
{
background-color: #70CE7E;
}
</style>
border-color css
<style>
span { border-color: #70CE7E; }
span { border-color: rgb(112,206,126); }
td.TdClassName
{
border-color: #70CE7E;
}
.TagClassName
{
border-color: #70CE7E;
}
</style>