Shades of Pastel Green #7EDF61
Tints of Pastel Green #7EDF61
RGB
CMYK
RGB Variations
Color information
#7EDF61 (or 0x7EDF61) is known color: Pastel Green. HEX triplet: 7E, DF and 61. RGB value is (126,223,97). Sum of RGB (Red+Green+Blue) = 126+223+97=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDF61 is #81209E. Grayscale: #B4B4B4. Windows color (decimal): -8462495 or 6414206. OLE color: 6414206.
HSL color Cylindrical-coordinate representation of color #7EDF61: hue angle of 106.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EDF61 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 97 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.13 |
| HSL | 106.19º | 0.66% | 0.63% | - |
| HSV(B) | 106.19º | 0.57% | 0.87% | - |
| XYZ | 37.15 | 58.07 | 20.56 | - |
| YUV | 179.63 | 81.36 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 97 | 0.43 | 0 | 0.57 | 0.13 | 106.19 | 0.66 | 0.63 |
| Hex | 7E | DF | 61 | 2B | 0 | 39 | D | 6A | 42 | 3F |
| Octal | 176 | 337 | 141 | 53 | 0 | 71 | 15 | 152 | 102 | 77 |
| Binary | 1111110 | 11011111 | 1100001 | 101011 | 0 | 111001 | 1101 | 1101010 | 1000010 | 111111 |
Color Harmonies of #7EDF61
Complementary color
Monochromatic Colors of #7EDF61
Black with #7EDF61
Text Example
Text Example
White with #7EDF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF61; }
p { color: rgb(126,223,97); }
H1.HeaderClassName
{
color: #7EDF61;
}
.AnyTagClassName
{
color: #7EDF61;
}
</style>
background-color css
<style>
a { background-color: #7EDF61; }
a { background-color: rgb(126,223,97); }
div.DivClassName
{
background-color: #7EDF61;
}
.BgClassName
{
background-color: #7EDF61;
}
</style>
border-color css
<style>
span { border-color: #7EDF61; }
span { border-color: rgb(126,223,97); }
td.TdClassName
{
border-color: #7EDF61;
}
.TagClassName
{
border-color: #7EDF61;
}
</style>