Shades of Pastel Green #7DE180
Tints of Pastel Green #7DE180
RGB
CMYK
RGB Variations
Color information
#7DE180 (or 0x7DE180) is known color: Pastel Green. HEX triplet: 7D, E1 and 80. RGB value is (125,225,128). Sum of RGB (Red+Green+Blue) = 125+225+128=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE180 is #821E7F. Grayscale: #B8B8B8. Windows color (decimal): -8527488 or 8446333. OLE color: 8446333.
HSL color Cylindrical-coordinate representation of color #7DE180: hue angle of 121.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE180 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 128 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.12 |
| HSL | 121.8º | 0.63% | 0.69% | - |
| HSV(B) | 121.8º | 0.44% | 0.88% | - |
| XYZ | 39.28 | 59.77 | 29.89 | - |
| YUV | 184.04 | 96.37 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 128 | 0.44 | 0 | 0.43 | 0.12 | 121.8 | 0.63 | 0.69 |
| Hex | 7D | E1 | 80 | 2C | 0 | 2B | C | 7A | 3E | 45 |
| Octal | 175 | 341 | 200 | 54 | 0 | 53 | 14 | 172 | 76 | 105 |
| Binary | 1111101 | 11100001 | 10000000 | 101100 | 0 | 101011 | 1100 | 1111010 | 111110 | 1000101 |
Color Harmonies of #7DE180
Complementary color
Monochromatic Colors of #7DE180
Black with #7DE180
Text Example
Text Example
White with #7DE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE180; }
p { color: rgb(125,225,128); }
H1.HeaderClassName
{
color: #7DE180;
}
.AnyTagClassName
{
color: #7DE180;
}
</style>
background-color css
<style>
a { background-color: #7DE180; }
a { background-color: rgb(125,225,128); }
div.DivClassName
{
background-color: #7DE180;
}
.BgClassName
{
background-color: #7DE180;
}
</style>
border-color css
<style>
span { border-color: #7DE180; }
span { border-color: rgb(125,225,128); }
td.TdClassName
{
border-color: #7DE180;
}
.TagClassName
{
border-color: #7DE180;
}
</style>