Shades of Pastel Green #7DE277
Tints of Pastel Green #7DE277
RGB
CMYK
RGB Variations
Color information
#7DE277 (or 0x7DE277) is known color: Pastel Green. HEX triplet: 7D, E2 and 77. RGB value is (125,226,119). Sum of RGB (Red+Green+Blue) = 125+226+119=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE277 is #821D88. Grayscale: #B7B7B7. Windows color (decimal): -8527241 or 7856765. OLE color: 7856765.
HSL color Cylindrical-coordinate representation of color #7DE277: hue angle of 116.64º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DE277 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 226 | 119 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.11 |
| HSL | 116.64º | 0.65% | 0.68% | - |
| HSV(B) | 116.64º | 0.47% | 0.89% | - |
| XYZ | 38.98 | 60.08 | 27 | - |
| YUV | 183.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 226 | 119 | 0.45 | 0 | 0.47 | 0.11 | 116.64 | 0.65 | 0.68 |
| Hex | 7D | E2 | 77 | 2D | 0 | 2F | B | 75 | 41 | 44 |
| Octal | 175 | 342 | 167 | 55 | 0 | 57 | 13 | 165 | 101 | 104 |
| Binary | 1111101 | 11100010 | 1110111 | 101101 | 0 | 101111 | 1011 | 1110101 | 1000001 | 1000100 |
Color Harmonies of #7DE277
Complementary color
Monochromatic Colors of #7DE277
Black with #7DE277
Text Example
Text Example
White with #7DE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE277; }
p { color: rgb(125,226,119); }
H1.HeaderClassName
{
color: #7DE277;
}
.AnyTagClassName
{
color: #7DE277;
}
</style>
background-color css
<style>
a { background-color: #7DE277; }
a { background-color: rgb(125,226,119); }
div.DivClassName
{
background-color: #7DE277;
}
.BgClassName
{
background-color: #7DE277;
}
</style>
border-color css
<style>
span { border-color: #7DE277; }
span { border-color: rgb(125,226,119); }
td.TdClassName
{
border-color: #7DE277;
}
.TagClassName
{
border-color: #7DE277;
}
</style>