Shades of Pastel Green #7EDF71
Tints of Pastel Green #7EDF71
RGB
CMYK
RGB Variations
Color information
#7EDF71 (or 0x7EDF71) is known color: Pastel Green. HEX triplet: 7E, DF and 71. RGB value is (126,223,113). Sum of RGB (Red+Green+Blue) = 126+223+113=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDF71 is #81208E. Grayscale: #B5B5B5. Windows color (decimal): -8462479 or 7462782. OLE color: 7462782.
HSL color Cylindrical-coordinate representation of color #7EDF71: hue angle of 112.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EDF71 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 113 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.13 |
| HSL | 112.91º | 0.63% | 0.66% | - |
| HSV(B) | 112.91º | 0.49% | 0.87% | - |
| XYZ | 37.97 | 58.4 | 24.89 | - |
| YUV | 181.46 | 89.36 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 113 | 0.43 | 0 | 0.49 | 0.13 | 112.91 | 0.63 | 0.66 |
| Hex | 7E | DF | 71 | 2B | 0 | 31 | D | 71 | 3F | 42 |
| Octal | 176 | 337 | 161 | 53 | 0 | 61 | 15 | 161 | 77 | 102 |
| Binary | 1111110 | 11011111 | 1110001 | 101011 | 0 | 110001 | 1101 | 1110001 | 111111 | 1000010 |
Color Harmonies of #7EDF71
Complementary color
Monochromatic Colors of #7EDF71
Black with #7EDF71
Text Example
Text Example
White with #7EDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF71; }
p { color: rgb(126,223,113); }
H1.HeaderClassName
{
color: #7EDF71;
}
.AnyTagClassName
{
color: #7EDF71;
}
</style>
background-color css
<style>
a { background-color: #7EDF71; }
a { background-color: rgb(126,223,113); }
div.DivClassName
{
background-color: #7EDF71;
}
.BgClassName
{
background-color: #7EDF71;
}
</style>
border-color css
<style>
span { border-color: #7EDF71; }
span { border-color: rgb(126,223,113); }
td.TdClassName
{
border-color: #7EDF71;
}
.TagClassName
{
border-color: #7EDF71;
}
</style>