Shades of Pastel Green #70ED74
Tints of Pastel Green #70ED74
RGB
CMYK
RGB Variations
Color information
#70ED74 (or 0x70ED74) is known color: Pastel Green. HEX triplet: 70, ED and 74. RGB value is (112,237,116). Sum of RGB (Red+Green+Blue) = 112+237+116=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70ED74 is #8F128B. Grayscale: #BABABA. Windows color (decimal): -9376396 or 7662960. OLE color: 7662960.
HSL color Cylindrical-coordinate representation of color #70ED74: hue angle of 121.92º 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 #70ED74 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 116 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.07 |
| HSL | 121.92º | 0.78% | 0.68% | - |
| HSV(B) | 121.92º | 0.53% | 0.93% | - |
| XYZ | 40.12 | 65.27 | 27.01 | - |
| YUV | 185.83 | 88.59 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 116 | 0.53 | 0 | 0.51 | 0.07 | 121.92 | 0.78 | 0.68 |
| Hex | 70 | ED | 74 | 35 | 0 | 33 | 7 | 7A | 4E | 44 |
| Octal | 160 | 355 | 164 | 65 | 0 | 63 | 7 | 172 | 116 | 104 |
| Binary | 1110000 | 11101101 | 1110100 | 110101 | 0 | 110011 | 111 | 1111010 | 1001110 | 1000100 |
Color Harmonies of #70ED74
Complementary color
Monochromatic Colors of #70ED74
Black with #70ED74
Text Example
Text Example
White with #70ED74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED74; }
p { color: rgb(112,237,116); }
H1.HeaderClassName
{
color: #70ED74;
}
.AnyTagClassName
{
color: #70ED74;
}
</style>
background-color css
<style>
a { background-color: #70ED74; }
a { background-color: rgb(112,237,116); }
div.DivClassName
{
background-color: #70ED74;
}
.BgClassName
{
background-color: #70ED74;
}
</style>
border-color css
<style>
span { border-color: #70ED74; }
span { border-color: rgb(112,237,116); }
td.TdClassName
{
border-color: #70ED74;
}
.TagClassName
{
border-color: #70ED74;
}
</style>