Shades of Pastel Green #7DE378
Tints of Pastel Green #7DE378
RGB
CMYK
RGB Variations
Color information
#7DE378 (or 0x7DE378) is known color: Pastel Green. HEX triplet: 7D, E3 and 78. RGB value is (125,227,120). Sum of RGB (Red+Green+Blue) = 125+227+120=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE378 is #821C87. Grayscale: #B8B8B8. Windows color (decimal): -8526984 or 7922557. OLE color: 7922557.
HSL color Cylindrical-coordinate representation of color #7DE378: hue angle of 117.2º degrees, saturation: 0.66, 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 #7DE378 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 227 | 120 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.11 |
| HSL | 117.2º | 0.66% | 0.68% | - |
| HSV(B) | 117.2º | 0.47% | 0.89% | - |
| XYZ | 39.32 | 60.65 | 27.4 | - |
| YUV | 184.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 227 | 120 | 0.45 | 0 | 0.47 | 0.11 | 117.2 | 0.66 | 0.68 |
| Hex | 7D | E3 | 78 | 2D | 0 | 2F | B | 75 | 42 | 44 |
| Octal | 175 | 343 | 170 | 55 | 0 | 57 | 13 | 165 | 102 | 104 |
| Binary | 1111101 | 11100011 | 1111000 | 101101 | 0 | 101111 | 1011 | 1110101 | 1000010 | 1000100 |
Color Harmonies of #7DE378
Complementary color
Monochromatic Colors of #7DE378
Black with #7DE378
Text Example
Text Example
White with #7DE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE378; }
p { color: rgb(125,227,120); }
H1.HeaderClassName
{
color: #7DE378;
}
.AnyTagClassName
{
color: #7DE378;
}
</style>
background-color css
<style>
a { background-color: #7DE378; }
a { background-color: rgb(125,227,120); }
div.DivClassName
{
background-color: #7DE378;
}
.BgClassName
{
background-color: #7DE378;
}
</style>
border-color css
<style>
span { border-color: #7DE378; }
span { border-color: rgb(125,227,120); }
td.TdClassName
{
border-color: #7DE378;
}
.TagClassName
{
border-color: #7DE378;
}
</style>