Shades of Pastel Green #7EEF70
Tints of Pastel Green #7EEF70
RGB
CMYK
RGB Variations
Color information
#7EEF70 (or 0x7EEF70) is known color: Pastel Green. HEX triplet: 7E, EF and 70. RGB value is (126,239,112). Sum of RGB (Red+Green+Blue) = 126+239+112=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEF70 is #81108F. Grayscale: #BFBFBF. Windows color (decimal): -8458384 or 7401342. OLE color: 7401342.
HSL color Cylindrical-coordinate representation of color #7EEF70: hue angle of 113.39º 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 #7EEF70 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 112 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.06 |
| HSL | 113.39º | 0.8% | 0.69% | - |
| HSV(B) | 113.39º | 0.53% | 0.94% | - |
| XYZ | 42.4 | 67.34 | 26.09 | - |
| YUV | 190.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 112 | 0.47 | 0 | 0.53 | 0.06 | 113.39 | 0.8 | 0.69 |
| Hex | 7E | EF | 70 | 2F | 0 | 35 | 6 | 71 | 50 | 45 |
| Octal | 176 | 357 | 160 | 57 | 0 | 65 | 6 | 161 | 120 | 105 |
| Binary | 1111110 | 11101111 | 1110000 | 101111 | 0 | 110101 | 110 | 1110001 | 1010000 | 1000101 |
Color Harmonies of #7EEF70
Complementary color
Monochromatic Colors of #7EEF70
Black with #7EEF70
Text Example
Text Example
White with #7EEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEF70; }
p { color: rgb(126,239,112); }
H1.HeaderClassName
{
color: #7EEF70;
}
.AnyTagClassName
{
color: #7EEF70;
}
</style>
background-color css
<style>
a { background-color: #7EEF70; }
a { background-color: rgb(126,239,112); }
div.DivClassName
{
background-color: #7EEF70;
}
.BgClassName
{
background-color: #7EEF70;
}
</style>
border-color css
<style>
span { border-color: #7EEF70; }
span { border-color: rgb(126,239,112); }
td.TdClassName
{
border-color: #7EEF70;
}
.TagClassName
{
border-color: #7EEF70;
}
</style>