Shades of Pastel Green #7DEB84
Tints of Pastel Green #7DEB84
RGB
CMYK
RGB Variations
Color information
#7DEB84 (or 0x7DEB84) is known color: Pastel Green. HEX triplet: 7D, EB and 84. RGB value is (125,235,132). Sum of RGB (Red+Green+Blue) = 125+235+132=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEB84 is #82147B. Grayscale: #BEBEBE. Windows color (decimal): -8524924 or 8711037. OLE color: 8711037.
HSL color Cylindrical-coordinate representation of color #7DEB84: hue angle of 123.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEB84 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 132 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.08 |
| HSL | 123.82º | 0.73% | 0.71% | - |
| HSV(B) | 123.82º | 0.47% | 0.92% | - |
| XYZ | 42.33 | 65.44 | 32.23 | - |
| YUV | 190.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 132 | 0.47 | 0 | 0.44 | 0.08 | 123.82 | 0.73 | 0.71 |
| Hex | 7D | EB | 84 | 2F | 0 | 2C | 8 | 7C | 49 | 47 |
| Octal | 175 | 353 | 204 | 57 | 0 | 54 | 10 | 174 | 111 | 107 |
| Binary | 1111101 | 11101011 | 10000100 | 101111 | 0 | 101100 | 1000 | 1111100 | 1001001 | 1000111 |
Color Harmonies of #7DEB84
Complementary color
Monochromatic Colors of #7DEB84
Black with #7DEB84
Text Example
Text Example
White with #7DEB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEB84; }
p { color: rgb(125,235,132); }
H1.HeaderClassName
{
color: #7DEB84;
}
.AnyTagClassName
{
color: #7DEB84;
}
</style>
background-color css
<style>
a { background-color: #7DEB84; }
a { background-color: rgb(125,235,132); }
div.DivClassName
{
background-color: #7DEB84;
}
.BgClassName
{
background-color: #7DEB84;
}
</style>
border-color css
<style>
span { border-color: #7DEB84; }
span { border-color: rgb(125,235,132); }
td.TdClassName
{
border-color: #7DEB84;
}
.TagClassName
{
border-color: #7DEB84;
}
</style>