Shades of Pastel Green #70ED6F
Tints of Pastel Green #70ED6F
RGB
CMYK
RGB Variations
Color information
#70ED6F (or 0x70ED6F) is known color: Pastel Green. HEX triplet: 70, ED and 6F. RGB value is (112,237,111). Sum of RGB (Red+Green+Blue) = 112+237+111=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70ED6F is #8F1290. Grayscale: #B9B9B9. Windows color (decimal): -9376401 or 7335280. OLE color: 7335280.
HSL color Cylindrical-coordinate representation of color #70ED6F: hue angle of 119.52º 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 #70ED6F is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 111 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.07 |
| HSL | 119.52º | 0.78% | 0.68% | - |
| HSV(B) | 119.52º | 0.53% | 0.93% | - |
| XYZ | 39.84 | 65.16 | 25.52 | - |
| YUV | 185.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 111 | 0.53 | 0 | 0.53 | 0.07 | 119.52 | 0.78 | 0.68 |
| Hex | 70 | ED | 6F | 35 | 0 | 35 | 7 | 78 | 4E | 44 |
| Octal | 160 | 355 | 157 | 65 | 0 | 65 | 7 | 170 | 116 | 104 |
| Binary | 1110000 | 11101101 | 1101111 | 110101 | 0 | 110101 | 111 | 1111000 | 1001110 | 1000100 |
Color Harmonies of #70ED6F
Complementary color
Monochromatic Colors of #70ED6F
Black with #70ED6F
Text Example
Text Example
White with #70ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED6F; }
p { color: rgb(112,237,111); }
H1.HeaderClassName
{
color: #70ED6F;
}
.AnyTagClassName
{
color: #70ED6F;
}
</style>
background-color css
<style>
a { background-color: #70ED6F; }
a { background-color: rgb(112,237,111); }
div.DivClassName
{
background-color: #70ED6F;
}
.BgClassName
{
background-color: #70ED6F;
}
</style>
border-color css
<style>
span { border-color: #70ED6F; }
span { border-color: rgb(112,237,111); }
td.TdClassName
{
border-color: #70ED6F;
}
.TagClassName
{
border-color: #70ED6F;
}
</style>