Shades of Pastel Green #7DEE84
Tints of Pastel Green #7DEE84
RGB
CMYK
RGB Variations
Color information
#7DEE84 (or 0x7DEE84) is known color: Pastel Green. HEX triplet: 7D, EE and 84. RGB value is (125,238,132). Sum of RGB (Red+Green+Blue) = 125+238+132=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #7DEE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEE84 is #82117B. Grayscale: #C0C0C0. Windows color (decimal): -8524156 or 8711805. OLE color: 8711805.
HSL color Cylindrical-coordinate representation of color #7DEE84: hue angle of 123.72º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEE84 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 238 | 132 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.07 |
| HSL | 123.72º | 0.77% | 0.71% | - |
| HSV(B) | 123.72º | 0.47% | 0.93% | - |
| XYZ | 43.2 | 67.17 | 32.52 | - |
| YUV | 192.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 238 | 132 | 0.47 | 0 | 0.45 | 0.07 | 123.72 | 0.77 | 0.71 |
| Hex | 7D | EE | 84 | 2F | 0 | 2D | 7 | 7C | 4D | 47 |
| Octal | 175 | 356 | 204 | 57 | 0 | 55 | 7 | 174 | 115 | 107 |
| Binary | 1111101 | 11101110 | 10000100 | 101111 | 0 | 101101 | 111 | 1111100 | 1001101 | 1000111 |
Color Harmonies of #7DEE84
Complementary color
Monochromatic Colors of #7DEE84
Black with #7DEE84
Text Example
Text Example
White with #7DEE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEE84; }
p { color: rgb(125,238,132); }
H1.HeaderClassName
{
color: #7DEE84;
}
.AnyTagClassName
{
color: #7DEE84;
}
</style>
background-color css
<style>
a { background-color: #7DEE84; }
a { background-color: rgb(125,238,132); }
div.DivClassName
{
background-color: #7DEE84;
}
.BgClassName
{
background-color: #7DEE84;
}
</style>
border-color css
<style>
span { border-color: #7DEE84; }
span { border-color: rgb(125,238,132); }
td.TdClassName
{
border-color: #7DEE84;
}
.TagClassName
{
border-color: #7DEE84;
}
</style>