Shades of Pastel Green #7DE46C
Tints of Pastel Green #7DE46C
RGB
CMYK
RGB Variations
Color information
#7DE46C (or 0x7DE46C) is known color: Pastel Green. HEX triplet: 7D, E4 and 6C. RGB value is (125,228,108). Sum of RGB (Red+Green+Blue) = 125+228+108=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE46C is #821B93. Grayscale: #B7B7B7. Windows color (decimal): -8526740 or 7136381. OLE color: 7136381.
HSL color Cylindrical-coordinate representation of color #7DE46C: hue angle of 111.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DE46C is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 108 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.11 |
| HSL | 111.5º | 0.69% | 0.66% | - |
| HSV(B) | 111.5º | 0.53% | 0.89% | - |
| XYZ | 38.91 | 60.93 | 23.9 | - |
| YUV | 183.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 108 | 0.45 | 0 | 0.53 | 0.11 | 111.5 | 0.69 | 0.66 |
| Hex | 7D | E4 | 6C | 2D | 0 | 35 | B | 70 | 45 | 42 |
| Octal | 175 | 344 | 154 | 55 | 0 | 65 | 13 | 160 | 105 | 102 |
| Binary | 1111101 | 11100100 | 1101100 | 101101 | 0 | 110101 | 1011 | 1110000 | 1000101 | 1000010 |
Color Harmonies of #7DE46C
Complementary color
Monochromatic Colors of #7DE46C
Black with #7DE46C
Text Example
Text Example
White with #7DE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE46C; }
p { color: rgb(125,228,108); }
H1.HeaderClassName
{
color: #7DE46C;
}
.AnyTagClassName
{
color: #7DE46C;
}
</style>
background-color css
<style>
a { background-color: #7DE46C; }
a { background-color: rgb(125,228,108); }
div.DivClassName
{
background-color: #7DE46C;
}
.BgClassName
{
background-color: #7DE46C;
}
</style>
border-color css
<style>
span { border-color: #7DE46C; }
span { border-color: rgb(125,228,108); }
td.TdClassName
{
border-color: #7DE46C;
}
.TagClassName
{
border-color: #7DE46C;
}
</style>