Shades of Pastel Green #70EF77
Tints of Pastel Green #70EF77
RGB
CMYK
RGB Variations
Color information
#70EF77 (or 0x70EF77) is known color: Pastel Green. HEX triplet: 70, EF and 77. RGB value is (112,239,119). Sum of RGB (Red+Green+Blue) = 112+239+119=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EF77 is #8F1088. Grayscale: #BBBBBB. Windows color (decimal): -9375881 or 7860080. OLE color: 7860080.
HSL color Cylindrical-coordinate representation of color #70EF77: hue angle of 123.31º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EF77 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 119 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.06 |
| HSL | 123.31º | 0.8% | 0.69% | - |
| HSV(B) | 123.31º | 0.53% | 0.94% | - |
| XYZ | 40.88 | 66.51 | 28.14 | - |
| YUV | 187.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 119 | 0.53 | 0 | 0.50 | 0.06 | 123.31 | 0.8 | 0.69 |
| Hex | 70 | EF | 77 | 35 | 0 | 32 | 6 | 7B | 50 | 45 |
| Octal | 160 | 357 | 167 | 65 | 0 | 62 | 6 | 173 | 120 | 105 |
| Binary | 1110000 | 11101111 | 1110111 | 110101 | 0 | 110010 | 110 | 1111011 | 1010000 | 1000101 |
Color Harmonies of #70EF77
Complementary color
Monochromatic Colors of #70EF77
Black with #70EF77
Text Example
Text Example
White with #70EF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EF77; }
p { color: rgb(112,239,119); }
H1.HeaderClassName
{
color: #70EF77;
}
.AnyTagClassName
{
color: #70EF77;
}
</style>
background-color css
<style>
a { background-color: #70EF77; }
a { background-color: rgb(112,239,119); }
div.DivClassName
{
background-color: #70EF77;
}
.BgClassName
{
background-color: #70EF77;
}
</style>
border-color css
<style>
span { border-color: #70EF77; }
span { border-color: rgb(112,239,119); }
td.TdClassName
{
border-color: #70EF77;
}
.TagClassName
{
border-color: #70EF77;
}
</style>