Shades of Pastel Green #7DD271
Tints of Pastel Green #7DD271
RGB
CMYK
RGB Variations
Color information
#7DD271 (or 0x7DD271) is known color: Pastel Green. HEX triplet: 7D, D2 and 71. RGB value is (125,210,113). Sum of RGB (Red+Green+Blue) = 125+210+113=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD271 is #822D8E. Grayscale: #ADADAD. Windows color (decimal): -8531343 or 7459453. OLE color: 7459453.
HSL color Cylindrical-coordinate representation of color #7DD271: hue angle of 112.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DD271 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 113 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.18 |
| HSL | 112.58º | 0.52% | 0.63% | - |
| HSV(B) | 112.58º | 0.46% | 0.82% | - |
| XYZ | 34.48 | 51.65 | 23.77 | - |
| YUV | 173.53 | 93.84 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 113 | 0.40 | 0 | 0.46 | 0.18 | 112.58 | 0.52 | 0.63 |
| Hex | 7D | D2 | 71 | 28 | 0 | 2E | 12 | 71 | 34 | 3F |
| Octal | 175 | 322 | 161 | 50 | 0 | 56 | 22 | 161 | 64 | 77 |
| Binary | 1111101 | 11010010 | 1110001 | 101000 | 0 | 101110 | 10010 | 1110001 | 110100 | 111111 |
Color Harmonies of #7DD271
Complementary color
Monochromatic Colors of #7DD271
Black with #7DD271
Text Example
Text Example
White with #7DD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD271; }
p { color: rgb(125,210,113); }
H1.HeaderClassName
{
color: #7DD271;
}
.AnyTagClassName
{
color: #7DD271;
}
</style>
background-color css
<style>
a { background-color: #7DD271; }
a { background-color: rgb(125,210,113); }
div.DivClassName
{
background-color: #7DD271;
}
.BgClassName
{
background-color: #7DD271;
}
</style>
border-color css
<style>
span { border-color: #7DD271; }
span { border-color: rgb(125,210,113); }
td.TdClassName
{
border-color: #7DD271;
}
.TagClassName
{
border-color: #7DD271;
}
</style>