Shades of Pastel Green #7DF77C
Tints of Pastel Green #7DF77C
RGB
CMYK
RGB Variations
Color information
#7DF77C (or 0x7DF77C) is known color: Pastel Green. HEX triplet: 7D, F7 and 7C. RGB value is (125,247,124). Sum of RGB (Red+Green+Blue) = 125+247+124=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF77C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF77C is #820883. Grayscale: #C4C4C4. Windows color (decimal): -8521860 or 8189821. OLE color: 8189821.
HSL color Cylindrical-coordinate representation of color #7DF77C: hue angle of 119.51º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF77C is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 124 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.03 |
| HSL | 119.51º | 0.88% | 0.73% | - |
| HSV(B) | 119.51º | 0.5% | 0.97% | - |
| XYZ | 45.36 | 72.34 | 30.64 | - |
| YUV | 196.5 | 87.08 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 124 | 0.49 | 0 | 0.50 | 0.03 | 119.51 | 0.88 | 0.73 |
| Hex | 7D | F7 | 7C | 31 | 0 | 32 | 3 | 78 | 58 | 49 |
| Octal | 175 | 367 | 174 | 61 | 0 | 62 | 3 | 170 | 130 | 111 |
| Binary | 1111101 | 11110111 | 1111100 | 110001 | 0 | 110010 | 11 | 1111000 | 1011000 | 1001001 |
Color Harmonies of #7DF77C
Complementary color
Monochromatic Colors of #7DF77C
Black with #7DF77C
Text Example
Text Example
White with #7DF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF77C; }
p { color: rgb(125,247,124); }
H1.HeaderClassName
{
color: #7DF77C;
}
.AnyTagClassName
{
color: #7DF77C;
}
</style>
background-color css
<style>
a { background-color: #7DF77C; }
a { background-color: rgb(125,247,124); }
div.DivClassName
{
background-color: #7DF77C;
}
.BgClassName
{
background-color: #7DF77C;
}
</style>
border-color css
<style>
span { border-color: #7DF77C; }
span { border-color: rgb(125,247,124); }
td.TdClassName
{
border-color: #7DF77C;
}
.TagClassName
{
border-color: #7DF77C;
}
</style>