Shades of Pastel Green #70CE7C
Tints of Pastel Green #70CE7C
RGB
CMYK
RGB Variations
Color information
#70CE7C (or 0x70CE7C) is known color: Pastel Green. HEX triplet: 70, CE and 7C. RGB value is (112,206,124). Sum of RGB (Red+Green+Blue) = 112+206+124=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE7C is #8F3183. Grayscale: #A8A8A8. Windows color (decimal): -9384324 or 8179312. OLE color: 8179312.
HSL color Cylindrical-coordinate representation of color #70CE7C: hue angle of 127.66º 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 #70CE7C is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 124 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.19 |
| HSL | 127.66º | 0.49% | 0.62% | - |
| HSV(B) | 127.66º | 0.46% | 0.81% | - |
| XYZ | 32.39 | 49.04 | 26.83 | - |
| YUV | 168.55 | 102.86 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 124 | 0.46 | 0 | 0.40 | 0.19 | 127.66 | 0.49 | 0.62 |
| Hex | 70 | CE | 7C | 2E | 0 | 28 | 13 | 80 | 31 | 3E |
| Octal | 160 | 316 | 174 | 56 | 0 | 50 | 23 | 200 | 61 | 76 |
| Binary | 1110000 | 11001110 | 1111100 | 101110 | 0 | 101000 | 10011 | 10000000 | 110001 | 111110 |
Color Harmonies of #70CE7C
Complementary color
Monochromatic Colors of #70CE7C
Black with #70CE7C
Text Example
Text Example
White with #70CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE7C; }
p { color: rgb(112,206,124); }
H1.HeaderClassName
{
color: #70CE7C;
}
.AnyTagClassName
{
color: #70CE7C;
}
</style>
background-color css
<style>
a { background-color: #70CE7C; }
a { background-color: rgb(112,206,124); }
div.DivClassName
{
background-color: #70CE7C;
}
.BgClassName
{
background-color: #70CE7C;
}
</style>
border-color css
<style>
span { border-color: #70CE7C; }
span { border-color: rgb(112,206,124); }
td.TdClassName
{
border-color: #70CE7C;
}
.TagClassName
{
border-color: #70CE7C;
}
</style>