Shades of Pastel Green #7DEC61
Tints of Pastel Green #7DEC61
RGB
CMYK
RGB Variations
Color information
#7DEC61 (or 0x7DEC61) is known color: Pastel Green. HEX triplet: 7D, EC and 61. RGB value is (125,236,97). Sum of RGB (Red+Green+Blue) = 125+236+97=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC61 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC61 is #82139E. Grayscale: #BBBBBB. Windows color (decimal): -8524703 or 6417533. OLE color: 6417533.
HSL color Cylindrical-coordinate representation of color #7DEC61: hue angle of 107.91º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DEC61 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 236 | 97 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.07 |
| HSL | 107.91º | 0.79% | 0.65% | - |
| HSV(B) | 107.91º | 0.59% | 0.93% | - |
| XYZ | 40.61 | 65.21 | 21.76 | - |
| YUV | 186.97 | 77.23 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 236 | 97 | 0.47 | 0 | 0.59 | 0.07 | 107.91 | 0.79 | 0.65 |
| Hex | 7D | EC | 61 | 2F | 0 | 3B | 7 | 6C | 4F | 41 |
| Octal | 175 | 354 | 141 | 57 | 0 | 73 | 7 | 154 | 117 | 101 |
| Binary | 1111101 | 11101100 | 1100001 | 101111 | 0 | 111011 | 111 | 1101100 | 1001111 | 1000001 |
Color Harmonies of #7DEC61
Complementary color
Monochromatic Colors of #7DEC61
Black with #7DEC61
Text Example
Text Example
White with #7DEC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEC61; }
p { color: rgb(125,236,97); }
H1.HeaderClassName
{
color: #7DEC61;
}
.AnyTagClassName
{
color: #7DEC61;
}
</style>
background-color css
<style>
a { background-color: #7DEC61; }
a { background-color: rgb(125,236,97); }
div.DivClassName
{
background-color: #7DEC61;
}
.BgClassName
{
background-color: #7DEC61;
}
</style>
border-color css
<style>
span { border-color: #7DEC61; }
span { border-color: rgb(125,236,97); }
td.TdClassName
{
border-color: #7DEC61;
}
.TagClassName
{
border-color: #7DEC61;
}
</style>