Shades of Pastel Green #7DDD85
Tints of Pastel Green #7DDD85
RGB
CMYK
RGB Variations
Color information
#7DDD85 (or 0x7DDD85) is known color: Pastel Green. HEX triplet: 7D, DD and 85. RGB value is (125,221,133). Sum of RGB (Red+Green+Blue) = 125+221+133=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDD85 is #82227A. Grayscale: #B6B6B6. Windows color (decimal): -8528507 or 8772989. OLE color: 8772989.
HSL color Cylindrical-coordinate representation of color #7DDD85: hue angle of 125º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDD85 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 133 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.13 |
| HSL | 125º | 0.59% | 0.68% | - |
| HSV(B) | 125º | 0.43% | 0.87% | - |
| XYZ | 38.55 | 57.77 | 31.31 | - |
| YUV | 182.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 133 | 0.43 | 0 | 0.40 | 0.13 | 125 | 0.59 | 0.68 |
| Hex | 7D | DD | 85 | 2B | 0 | 28 | D | 7D | 3B | 44 |
| Octal | 175 | 335 | 205 | 53 | 0 | 50 | 15 | 175 | 73 | 104 |
| Binary | 1111101 | 11011101 | 10000101 | 101011 | 0 | 101000 | 1101 | 1111101 | 111011 | 1000100 |
Color Harmonies of #7DDD85
Complementary color
Monochromatic Colors of #7DDD85
Black with #7DDD85
Text Example
Text Example
White with #7DDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD85; }
p { color: rgb(125,221,133); }
H1.HeaderClassName
{
color: #7DDD85;
}
.AnyTagClassName
{
color: #7DDD85;
}
</style>
background-color css
<style>
a { background-color: #7DDD85; }
a { background-color: rgb(125,221,133); }
div.DivClassName
{
background-color: #7DDD85;
}
.BgClassName
{
background-color: #7DDD85;
}
</style>
border-color css
<style>
span { border-color: #7DDD85; }
span { border-color: rgb(125,221,133); }
td.TdClassName
{
border-color: #7DDD85;
}
.TagClassName
{
border-color: #7DDD85;
}
</style>