Shades of Pastel Green #7DDF85
Tints of Pastel Green #7DDF85
RGB
CMYK
RGB Variations
Color information
#7DDF85 (or 0x7DDF85) is known color: Pastel Green. HEX triplet: 7D, DF and 85. RGB value is (125,223,133). Sum of RGB (Red+Green+Blue) = 125+223+133=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF85 is #82207A. Grayscale: #B7B7B7. Windows color (decimal): -8527995 or 8773501. OLE color: 8773501.
HSL color Cylindrical-coordinate representation of color #7DDF85: hue angle of 124.9º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDF85 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 133 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.13 |
| HSL | 124.9º | 0.6% | 0.68% | - |
| HSV(B) | 124.9º | 0.44% | 0.87% | - |
| XYZ | 39.08 | 58.83 | 31.49 | - |
| YUV | 183.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 133 | 0.44 | 0 | 0.40 | 0.13 | 124.9 | 0.6 | 0.68 |
| Hex | 7D | DF | 85 | 2C | 0 | 28 | D | 7D | 3C | 44 |
| Octal | 175 | 337 | 205 | 54 | 0 | 50 | 15 | 175 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10000101 | 101100 | 0 | 101000 | 1101 | 1111101 | 111100 | 1000100 |
Color Harmonies of #7DDF85
Complementary color
Monochromatic Colors of #7DDF85
Black with #7DDF85
Text Example
Text Example
White with #7DDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF85; }
p { color: rgb(125,223,133); }
H1.HeaderClassName
{
color: #7DDF85;
}
.AnyTagClassName
{
color: #7DDF85;
}
</style>
background-color css
<style>
a { background-color: #7DDF85; }
a { background-color: rgb(125,223,133); }
div.DivClassName
{
background-color: #7DDF85;
}
.BgClassName
{
background-color: #7DDF85;
}
</style>
border-color css
<style>
span { border-color: #7DDF85; }
span { border-color: rgb(125,223,133); }
td.TdClassName
{
border-color: #7DDF85;
}
.TagClassName
{
border-color: #7DDF85;
}
</style>