Shades of Pastel Green #7DF17C
Tints of Pastel Green #7DF17C
RGB
CMYK
RGB Variations
Color information
#7DF17C (or 0x7DF17C) is known color: Pastel Green. HEX triplet: 7D, F1 and 7C. RGB value is (125,241,124). Sum of RGB (Red+Green+Blue) = 125+241+124=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF17C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF17C is #820E83. Grayscale: #C1C1C1. Windows color (decimal): -8523396 or 8188285. OLE color: 8188285.
HSL color Cylindrical-coordinate representation of color #7DF17C: hue angle of 119.49º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF17C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 241 | 124 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.05 |
| HSL | 119.49º | 0.81% | 0.72% | - |
| HSV(B) | 119.49º | 0.49% | 0.95% | - |
| XYZ | 43.55 | 68.73 | 30.04 | - |
| YUV | 192.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 241 | 124 | 0.48 | 0 | 0.49 | 0.05 | 119.49 | 0.81 | 0.72 |
| Hex | 7D | F1 | 7C | 30 | 0 | 31 | 5 | 77 | 51 | 48 |
| Octal | 175 | 361 | 174 | 60 | 0 | 61 | 5 | 167 | 121 | 110 |
| Binary | 1111101 | 11110001 | 1111100 | 110000 | 0 | 110001 | 101 | 1110111 | 1010001 | 1001000 |
Color Harmonies of #7DF17C
Complementary color
Monochromatic Colors of #7DF17C
Black with #7DF17C
Text Example
Text Example
White with #7DF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF17C; }
p { color: rgb(125,241,124); }
H1.HeaderClassName
{
color: #7DF17C;
}
.AnyTagClassName
{
color: #7DF17C;
}
</style>
background-color css
<style>
a { background-color: #7DF17C; }
a { background-color: rgb(125,241,124); }
div.DivClassName
{
background-color: #7DF17C;
}
.BgClassName
{
background-color: #7DF17C;
}
</style>
border-color css
<style>
span { border-color: #7DF17C; }
span { border-color: rgb(125,241,124); }
td.TdClassName
{
border-color: #7DF17C;
}
.TagClassName
{
border-color: #7DF17C;
}
</style>