Shades of Pastel Green #70EB8C
Tints of Pastel Green #70EB8C
RGB
CMYK
RGB Variations
Color information
#70EB8C (or 0x70EB8C) is known color: Pastel Green. HEX triplet: 70, EB and 8C. RGB value is (112,235,140). Sum of RGB (Red+Green+Blue) = 112+235+140=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EB8C is #8F1473. Grayscale: #BBBBBB. Windows color (decimal): -9376884 or 9235312. OLE color: 9235312.
HSL color Cylindrical-coordinate representation of color #70EB8C: hue angle of 133.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EB8C is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 140 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.08 |
| HSL | 133.66º | 0.75% | 0.68% | - |
| HSV(B) | 133.66º | 0.52% | 0.92% | - |
| XYZ | 41.12 | 64.75 | 35.14 | - |
| YUV | 187.39 | 101.25 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 140 | 0.52 | 0 | 0.40 | 0.08 | 133.66 | 0.75 | 0.68 |
| Hex | 70 | EB | 8C | 34 | 0 | 28 | 8 | 86 | 4B | 44 |
| Octal | 160 | 353 | 214 | 64 | 0 | 50 | 10 | 206 | 113 | 104 |
| Binary | 1110000 | 11101011 | 10001100 | 110100 | 0 | 101000 | 1000 | 10000110 | 1001011 | 1000100 |
Color Harmonies of #70EB8C
Complementary color
Monochromatic Colors of #70EB8C
Black with #70EB8C
Text Example
Text Example
White with #70EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EB8C; }
p { color: rgb(112,235,140); }
H1.HeaderClassName
{
color: #70EB8C;
}
.AnyTagClassName
{
color: #70EB8C;
}
</style>
background-color css
<style>
a { background-color: #70EB8C; }
a { background-color: rgb(112,235,140); }
div.DivClassName
{
background-color: #70EB8C;
}
.BgClassName
{
background-color: #70EB8C;
}
</style>
border-color css
<style>
span { border-color: #70EB8C; }
span { border-color: rgb(112,235,140); }
td.TdClassName
{
border-color: #70EB8C;
}
.TagClassName
{
border-color: #70EB8C;
}
</style>