Shades of Pastel Green #7DD57B
Tints of Pastel Green #7DD57B
RGB
CMYK
RGB Variations
Color information
#7DD57B (or 0x7DD57B) is known color: Pastel Green. HEX triplet: 7D, D5 and 7B. RGB value is (125,213,123). Sum of RGB (Red+Green+Blue) = 125+213+123=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD57B is #822A84. Grayscale: #B0B0B0. Windows color (decimal): -8530565 or 8115581. OLE color: 8115581.
HSL color Cylindrical-coordinate representation of color #7DD57B: hue angle of 118.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD57B is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 123 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.16 |
| HSL | 118.67º | 0.52% | 0.66% | - |
| HSV(B) | 118.67º | 0.42% | 0.84% | - |
| XYZ | 35.83 | 53.38 | 27.15 | - |
| YUV | 176.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 123 | 0.41 | 0 | 0.42 | 0.16 | 118.67 | 0.52 | 0.66 |
| Hex | 7D | D5 | 7B | 29 | 0 | 2A | 10 | 77 | 34 | 42 |
| Octal | 175 | 325 | 173 | 51 | 0 | 52 | 20 | 167 | 64 | 102 |
| Binary | 1111101 | 11010101 | 1111011 | 101001 | 0 | 101010 | 10000 | 1110111 | 110100 | 1000010 |
Color Harmonies of #7DD57B
Complementary color
Monochromatic Colors of #7DD57B
Black with #7DD57B
Text Example
Text Example
White with #7DD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD57B; }
p { color: rgb(125,213,123); }
H1.HeaderClassName
{
color: #7DD57B;
}
.AnyTagClassName
{
color: #7DD57B;
}
</style>
background-color css
<style>
a { background-color: #7DD57B; }
a { background-color: rgb(125,213,123); }
div.DivClassName
{
background-color: #7DD57B;
}
.BgClassName
{
background-color: #7DD57B;
}
</style>
border-color css
<style>
span { border-color: #7DD57B; }
span { border-color: rgb(125,213,123); }
td.TdClassName
{
border-color: #7DD57B;
}
.TagClassName
{
border-color: #7DD57B;
}
</style>