Shades of Pastel Green #70ED7B
Tints of Pastel Green #70ED7B
RGB
CMYK
RGB Variations
Color information
#70ED7B (or 0x70ED7B) is known color: Pastel Green. HEX triplet: 70, ED and 7B. RGB value is (112,237,123). Sum of RGB (Red+Green+Blue) = 112+237+123=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70ED7B is #8F1284. Grayscale: #BABABA. Windows color (decimal): -9376389 or 8121712. OLE color: 8121712.
HSL color Cylindrical-coordinate representation of color #70ED7B: hue angle of 125.28º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ED7B is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 123 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.07 |
| HSL | 125.28º | 0.78% | 0.68% | - |
| HSV(B) | 125.28º | 0.53% | 0.93% | - |
| XYZ | 40.54 | 65.44 | 29.23 | - |
| YUV | 186.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 123 | 0.53 | 0 | 0.48 | 0.07 | 125.28 | 0.78 | 0.68 |
| Hex | 70 | ED | 7B | 35 | 0 | 30 | 7 | 7D | 4E | 44 |
| Octal | 160 | 355 | 173 | 65 | 0 | 60 | 7 | 175 | 116 | 104 |
| Binary | 1110000 | 11101101 | 1111011 | 110101 | 0 | 110000 | 111 | 1111101 | 1001110 | 1000100 |
Color Harmonies of #70ED7B
Complementary color
Monochromatic Colors of #70ED7B
Black with #70ED7B
Text Example
Text Example
White with #70ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED7B; }
p { color: rgb(112,237,123); }
H1.HeaderClassName
{
color: #70ED7B;
}
.AnyTagClassName
{
color: #70ED7B;
}
</style>
background-color css
<style>
a { background-color: #70ED7B; }
a { background-color: rgb(112,237,123); }
div.DivClassName
{
background-color: #70ED7B;
}
.BgClassName
{
background-color: #70ED7B;
}
</style>
border-color css
<style>
span { border-color: #70ED7B; }
span { border-color: rgb(112,237,123); }
td.TdClassName
{
border-color: #70ED7B;
}
.TagClassName
{
border-color: #70ED7B;
}
</style>