Shades of Pastel Green #7DF46E
Tints of Pastel Green #7DF46E
RGB
CMYK
RGB Variations
Color information
#7DF46E (or 0x7DF46E) is known color: Pastel Green. HEX triplet: 7D, F4 and 6E. RGB value is (125,244,110). Sum of RGB (Red+Green+Blue) = 125+244+110=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF46E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF46E is #820B91. Grayscale: #C1C1C1. Windows color (decimal): -8522642 or 7271549. OLE color: 7271549.
HSL color Cylindrical-coordinate representation of color #7DF46E: hue angle of 113.28º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DF46E is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 244 | 110 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.04 |
| HSL | 113.28º | 0.86% | 0.69% | - |
| HSV(B) | 113.28º | 0.55% | 0.96% | - |
| XYZ | 43.62 | 70.19 | 26 | - |
| YUV | 193.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 244 | 110 | 0.49 | 0 | 0.55 | 0.04 | 113.28 | 0.86 | 0.69 |
| Hex | 7D | F4 | 6E | 31 | 0 | 37 | 4 | 71 | 56 | 45 |
| Octal | 175 | 364 | 156 | 61 | 0 | 67 | 4 | 161 | 126 | 105 |
| Binary | 1111101 | 11110100 | 1101110 | 110001 | 0 | 110111 | 100 | 1110001 | 1010110 | 1000101 |
Color Harmonies of #7DF46E
Complementary color
Monochromatic Colors of #7DF46E
Black with #7DF46E
Text Example
Text Example
White with #7DF46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF46E; }
p { color: rgb(125,244,110); }
H1.HeaderClassName
{
color: #7DF46E;
}
.AnyTagClassName
{
color: #7DF46E;
}
</style>
background-color css
<style>
a { background-color: #7DF46E; }
a { background-color: rgb(125,244,110); }
div.DivClassName
{
background-color: #7DF46E;
}
.BgClassName
{
background-color: #7DF46E;
}
</style>
border-color css
<style>
span { border-color: #7DF46E; }
span { border-color: rgb(125,244,110); }
td.TdClassName
{
border-color: #7DF46E;
}
.TagClassName
{
border-color: #7DF46E;
}
</style>