Shades of Pastel Green #70ED73
Tints of Pastel Green #70ED73
RGB
CMYK
RGB Variations
Color information
#70ED73 (or 0x70ED73) is known color: Pastel Green. HEX triplet: 70, ED and 73. RGB value is (112,237,115). Sum of RGB (Red+Green+Blue) = 112+237+115=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70ED73 is #8F128C. Grayscale: #BABABA. Windows color (decimal): -9376397 or 7597424. OLE color: 7597424.
HSL color Cylindrical-coordinate representation of color #70ED73: hue angle of 121.44º 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 #70ED73 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 115 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.07 |
| HSL | 121.44º | 0.78% | 0.68% | - |
| HSV(B) | 121.44º | 0.53% | 0.93% | - |
| XYZ | 40.06 | 65.25 | 26.7 | - |
| YUV | 185.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 115 | 0.53 | 0 | 0.51 | 0.07 | 121.44 | 0.78 | 0.68 |
| Hex | 70 | ED | 73 | 35 | 0 | 33 | 7 | 79 | 4E | 44 |
| Octal | 160 | 355 | 163 | 65 | 0 | 63 | 7 | 171 | 116 | 104 |
| Binary | 1110000 | 11101101 | 1110011 | 110101 | 0 | 110011 | 111 | 1111001 | 1001110 | 1000100 |
Color Harmonies of #70ED73
Complementary color
Monochromatic Colors of #70ED73
Black with #70ED73
Text Example
Text Example
White with #70ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED73; }
p { color: rgb(112,237,115); }
H1.HeaderClassName
{
color: #70ED73;
}
.AnyTagClassName
{
color: #70ED73;
}
</style>
background-color css
<style>
a { background-color: #70ED73; }
a { background-color: rgb(112,237,115); }
div.DivClassName
{
background-color: #70ED73;
}
.BgClassName
{
background-color: #70ED73;
}
</style>
border-color css
<style>
span { border-color: #70ED73; }
span { border-color: rgb(112,237,115); }
td.TdClassName
{
border-color: #70ED73;
}
.TagClassName
{
border-color: #70ED73;
}
</style>