Shades of Pastel Green #7DF57C
Tints of Pastel Green #7DF57C
RGB
CMYK
RGB Variations
Color information
#7DF57C (or 0x7DF57C) is known color: Pastel Green. HEX triplet: 7D, F5 and 7C. RGB value is (125,245,124). Sum of RGB (Red+Green+Blue) = 125+245+124=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF57C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF57C is #820A83. Grayscale: #C3C3C3. Windows color (decimal): -8522372 or 8189309. OLE color: 8189309.
HSL color Cylindrical-coordinate representation of color #7DF57C: hue angle of 119.5º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF57C is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 124 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.04 |
| HSL | 119.5º | 0.86% | 0.72% | - |
| HSV(B) | 119.5º | 0.49% | 0.96% | - |
| XYZ | 44.75 | 71.12 | 30.44 | - |
| YUV | 195.33 | 87.74 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 124 | 0.49 | 0 | 0.49 | 0.04 | 119.5 | 0.86 | 0.72 |
| Hex | 7D | F5 | 7C | 31 | 0 | 31 | 4 | 78 | 56 | 48 |
| Octal | 175 | 365 | 174 | 61 | 0 | 61 | 4 | 170 | 126 | 110 |
| Binary | 1111101 | 11110101 | 1111100 | 110001 | 0 | 110001 | 100 | 1111000 | 1010110 | 1001000 |
Color Harmonies of #7DF57C
Complementary color
Monochromatic Colors of #7DF57C
Black with #7DF57C
Text Example
Text Example
White with #7DF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF57C; }
p { color: rgb(125,245,124); }
H1.HeaderClassName
{
color: #7DF57C;
}
.AnyTagClassName
{
color: #7DF57C;
}
</style>
background-color css
<style>
a { background-color: #7DF57C; }
a { background-color: rgb(125,245,124); }
div.DivClassName
{
background-color: #7DF57C;
}
.BgClassName
{
background-color: #7DF57C;
}
</style>
border-color css
<style>
span { border-color: #7DF57C; }
span { border-color: rgb(125,245,124); }
td.TdClassName
{
border-color: #7DF57C;
}
.TagClassName
{
border-color: #7DF57C;
}
</style>