Shades of Pastel Green #7DE088
Tints of Pastel Green #7DE088
RGB
CMYK
RGB Variations
Color information
#7DE088 (or 0x7DE088) is known color: Pastel Green. HEX triplet: 7D, E0 and 88. RGB value is (125,224,136). Sum of RGB (Red+Green+Blue) = 125+224+136=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE088 is #821F77. Grayscale: #B8B8B8. Windows color (decimal): -8527736 or 8970365. OLE color: 8970365.
HSL color Cylindrical-coordinate representation of color #7DE088: hue angle of 126.67º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE088 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 224 | 136 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.12 |
| HSL | 126.67º | 0.61% | 0.68% | - |
| HSV(B) | 126.67º | 0.44% | 0.88% | - |
| XYZ | 39.56 | 59.45 | 32.68 | - |
| YUV | 184.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 136 | 0.44 | 0 | 0.39 | 0.12 | 126.67 | 0.61 | 0.68 |
| Hex | 7D | E0 | 88 | 2C | 0 | 27 | C | 7F | 3D | 44 |
| Octal | 175 | 340 | 210 | 54 | 0 | 47 | 14 | 177 | 75 | 104 |
| Binary | 1111101 | 11100000 | 10001000 | 101100 | 0 | 100111 | 1100 | 1111111 | 111101 | 1000100 |
Color Harmonies of #7DE088
Complementary color
Monochromatic Colors of #7DE088
Black with #7DE088
Text Example
Text Example
White with #7DE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE088; }
p { color: rgb(125,224,136); }
H1.HeaderClassName
{
color: #7DE088;
}
.AnyTagClassName
{
color: #7DE088;
}
</style>
background-color css
<style>
a { background-color: #7DE088; }
a { background-color: rgb(125,224,136); }
div.DivClassName
{
background-color: #7DE088;
}
.BgClassName
{
background-color: #7DE088;
}
</style>
border-color css
<style>
span { border-color: #7DE088; }
span { border-color: rgb(125,224,136); }
td.TdClassName
{
border-color: #7DE088;
}
.TagClassName
{
border-color: #7DE088;
}
</style>