Shades of Pastel Green #7DE371
Tints of Pastel Green #7DE371
RGB
CMYK
RGB Variations
Color information
#7DE371 (or 0x7DE371) is known color: Pastel Green. HEX triplet: 7D, E3 and 71. RGB value is (125,227,113). Sum of RGB (Red+Green+Blue) = 125+227+113=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE371 is #821C8E. Grayscale: #B7B7B7. Windows color (decimal): -8526991 or 7463805. OLE color: 7463805.
HSL color Cylindrical-coordinate representation of color #7DE371: hue angle of 113.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE371 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 227 | 113 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.11 |
| HSL | 113.68º | 0.67% | 0.67% | - |
| HSV(B) | 113.68º | 0.5% | 0.89% | - |
| XYZ | 38.91 | 60.49 | 25.25 | - |
| YUV | 183.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 227 | 113 | 0.45 | 0 | 0.50 | 0.11 | 113.68 | 0.67 | 0.67 |
| Hex | 7D | E3 | 71 | 2D | 0 | 32 | B | 72 | 43 | 43 |
| Octal | 175 | 343 | 161 | 55 | 0 | 62 | 13 | 162 | 103 | 103 |
| Binary | 1111101 | 11100011 | 1110001 | 101101 | 0 | 110010 | 1011 | 1110010 | 1000011 | 1000011 |
Color Harmonies of #7DE371
Complementary color
Monochromatic Colors of #7DE371
Black with #7DE371
Text Example
Text Example
White with #7DE371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE371; }
p { color: rgb(125,227,113); }
H1.HeaderClassName
{
color: #7DE371;
}
.AnyTagClassName
{
color: #7DE371;
}
</style>
background-color css
<style>
a { background-color: #7DE371; }
a { background-color: rgb(125,227,113); }
div.DivClassName
{
background-color: #7DE371;
}
.BgClassName
{
background-color: #7DE371;
}
</style>
border-color css
<style>
span { border-color: #7DE371; }
span { border-color: rgb(125,227,113); }
td.TdClassName
{
border-color: #7DE371;
}
.TagClassName
{
border-color: #7DE371;
}
</style>