Shades of Pastel Green #7DE184
Tints of Pastel Green #7DE184
RGB
CMYK
RGB Variations
Color information
#7DE184 (or 0x7DE184) is known color: Pastel Green. HEX triplet: 7D, E1 and 84. RGB value is (125,225,132). Sum of RGB (Red+Green+Blue) = 125+225+132=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE184 is #821E7B. Grayscale: #B8B8B8. Windows color (decimal): -8527484 or 8708477. OLE color: 8708477.
HSL color Cylindrical-coordinate representation of color #7DE184: hue angle of 124.2º 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 #7DE184 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 132 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.12 |
| HSL | 124.2º | 0.63% | 0.69% | - |
| HSV(B) | 124.2º | 0.44% | 0.88% | - |
| XYZ | 39.55 | 59.88 | 31.3 | - |
| YUV | 184.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 132 | 0.44 | 0 | 0.41 | 0.12 | 124.2 | 0.63 | 0.69 |
| Hex | 7D | E1 | 84 | 2C | 0 | 29 | C | 7C | 3E | 45 |
| Octal | 175 | 341 | 204 | 54 | 0 | 51 | 14 | 174 | 76 | 105 |
| Binary | 1111101 | 11100001 | 10000100 | 101100 | 0 | 101001 | 1100 | 1111100 | 111110 | 1000101 |
Color Harmonies of #7DE184
Complementary color
Monochromatic Colors of #7DE184
Black with #7DE184
Text Example
Text Example
White with #7DE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE184; }
p { color: rgb(125,225,132); }
H1.HeaderClassName
{
color: #7DE184;
}
.AnyTagClassName
{
color: #7DE184;
}
</style>
background-color css
<style>
a { background-color: #7DE184; }
a { background-color: rgb(125,225,132); }
div.DivClassName
{
background-color: #7DE184;
}
.BgClassName
{
background-color: #7DE184;
}
</style>
border-color css
<style>
span { border-color: #7DE184; }
span { border-color: rgb(125,225,132); }
td.TdClassName
{
border-color: #7DE184;
}
.TagClassName
{
border-color: #7DE184;
}
</style>