Shades of Pastel Green #70CE7B
Tints of Pastel Green #70CE7B
RGB
CMYK
RGB Variations
Color information
#70CE7B (or 0x70CE7B) is known color: Pastel Green. HEX triplet: 70, CE and 7B. RGB value is (112,206,123). Sum of RGB (Red+Green+Blue) = 112+206+123=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE7B is #8F3184. Grayscale: #A8A8A8. Windows color (decimal): -9384325 or 8113776. OLE color: 8113776.
HSL color Cylindrical-coordinate representation of color #70CE7B: hue angle of 127.02º 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 #70CE7B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 123 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.19 |
| HSL | 127.02º | 0.49% | 0.62% | - |
| HSV(B) | 127.02º | 0.46% | 0.81% | - |
| XYZ | 32.33 | 49.02 | 26.5 | - |
| YUV | 168.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 123 | 0.46 | 0 | 0.40 | 0.19 | 127.02 | 0.49 | 0.62 |
| Hex | 70 | CE | 7B | 2E | 0 | 28 | 13 | 7F | 31 | 3E |
| Octal | 160 | 316 | 173 | 56 | 0 | 50 | 23 | 177 | 61 | 76 |
| Binary | 1110000 | 11001110 | 1111011 | 101110 | 0 | 101000 | 10011 | 1111111 | 110001 | 111110 |
Color Harmonies of #70CE7B
Complementary color
Monochromatic Colors of #70CE7B
Black with #70CE7B
Text Example
Text Example
White with #70CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE7B; }
p { color: rgb(112,206,123); }
H1.HeaderClassName
{
color: #70CE7B;
}
.AnyTagClassName
{
color: #70CE7B;
}
</style>
background-color css
<style>
a { background-color: #70CE7B; }
a { background-color: rgb(112,206,123); }
div.DivClassName
{
background-color: #70CE7B;
}
.BgClassName
{
background-color: #70CE7B;
}
</style>
border-color css
<style>
span { border-color: #70CE7B; }
span { border-color: rgb(112,206,123); }
td.TdClassName
{
border-color: #70CE7B;
}
.TagClassName
{
border-color: #70CE7B;
}
</style>