Shades of Pastel Green #7DD680
Tints of Pastel Green #7DD680
RGB
CMYK
RGB Variations
Color information
#7DD680 (or 0x7DD680) is known color: Pastel Green. HEX triplet: 7D, D6 and 80. RGB value is (125,214,128). Sum of RGB (Red+Green+Blue) = 125+214+128=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD680 is #82297F. Grayscale: #B1B1B1. Windows color (decimal): -8530304 or 8443517. OLE color: 8443517.
HSL color Cylindrical-coordinate representation of color #7DD680: hue angle of 122.02º 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 #7DD680 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 214 | 128 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.16 |
| HSL | 122.02º | 0.52% | 0.66% | - |
| HSV(B) | 122.02º | 0.42% | 0.84% | - |
| XYZ | 36.4 | 54.01 | 28.93 | - |
| YUV | 177.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 128 | 0.42 | 0 | 0.40 | 0.16 | 122.02 | 0.52 | 0.66 |
| Hex | 7D | D6 | 80 | 2A | 0 | 28 | 10 | 7A | 34 | 42 |
| Octal | 175 | 326 | 200 | 52 | 0 | 50 | 20 | 172 | 64 | 102 |
| Binary | 1111101 | 11010110 | 10000000 | 101010 | 0 | 101000 | 10000 | 1111010 | 110100 | 1000010 |
Color Harmonies of #7DD680
Complementary color
Monochromatic Colors of #7DD680
Black with #7DD680
Text Example
Text Example
White with #7DD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD680; }
p { color: rgb(125,214,128); }
H1.HeaderClassName
{
color: #7DD680;
}
.AnyTagClassName
{
color: #7DD680;
}
</style>
background-color css
<style>
a { background-color: #7DD680; }
a { background-color: rgb(125,214,128); }
div.DivClassName
{
background-color: #7DD680;
}
.BgClassName
{
background-color: #7DD680;
}
</style>
border-color css
<style>
span { border-color: #7DD680; }
span { border-color: rgb(125,214,128); }
td.TdClassName
{
border-color: #7DD680;
}
.TagClassName
{
border-color: #7DD680;
}
</style>