Shades of Pastel Green #7DE474
Tints of Pastel Green #7DE474
RGB
CMYK
RGB Variations
Color information
#7DE474 (or 0x7DE474) is known color: Pastel Green. HEX triplet: 7D, E4 and 74. RGB value is (125,228,116). Sum of RGB (Red+Green+Blue) = 125+228+116=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE474 is #821B8B. Grayscale: #B8B8B8. Windows color (decimal): -8526732 or 7660669. OLE color: 7660669.
HSL color Cylindrical-coordinate representation of color #7DE474: hue angle of 115.18º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DE474 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 116 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.11 |
| HSL | 115.18º | 0.67% | 0.67% | - |
| HSV(B) | 115.18º | 0.49% | 0.89% | - |
| XYZ | 39.35 | 61.11 | 26.24 | - |
| YUV | 184.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 116 | 0.45 | 0 | 0.49 | 0.11 | 115.18 | 0.67 | 0.67 |
| Hex | 7D | E4 | 74 | 2D | 0 | 31 | B | 73 | 43 | 43 |
| Octal | 175 | 344 | 164 | 55 | 0 | 61 | 13 | 163 | 103 | 103 |
| Binary | 1111101 | 11100100 | 1110100 | 101101 | 0 | 110001 | 1011 | 1110011 | 1000011 | 1000011 |
Color Harmonies of #7DE474
Complementary color
Monochromatic Colors of #7DE474
Black with #7DE474
Text Example
Text Example
White with #7DE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE474; }
p { color: rgb(125,228,116); }
H1.HeaderClassName
{
color: #7DE474;
}
.AnyTagClassName
{
color: #7DE474;
}
</style>
background-color css
<style>
a { background-color: #7DE474; }
a { background-color: rgb(125,228,116); }
div.DivClassName
{
background-color: #7DE474;
}
.BgClassName
{
background-color: #7DE474;
}
</style>
border-color css
<style>
span { border-color: #7DE474; }
span { border-color: rgb(125,228,116); }
td.TdClassName
{
border-color: #7DE474;
}
.TagClassName
{
border-color: #7DE474;
}
</style>