Shades of Pastel Green #7DF37C
Tints of Pastel Green #7DF37C
RGB
CMYK
RGB Variations
Color information
#7DF37C (or 0x7DF37C) is known color: Pastel Green. HEX triplet: 7D, F3 and 7C. RGB value is (125,243,124). Sum of RGB (Red+Green+Blue) = 125+243+124=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF37C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF37C is #820C83. Grayscale: #C2C2C2. Windows color (decimal): -8522884 or 8188797. OLE color: 8188797.
HSL color Cylindrical-coordinate representation of color #7DF37C: hue angle of 119.5º degrees, saturation: 0.83, 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 #7DF37C is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 124 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.05 |
| HSL | 119.5º | 0.83% | 0.72% | - |
| HSV(B) | 119.5º | 0.49% | 0.95% | - |
| XYZ | 44.15 | 69.92 | 30.24 | - |
| YUV | 194.15 | 88.41 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 124 | 0.49 | 0 | 0.49 | 0.05 | 119.5 | 0.83 | 0.72 |
| Hex | 7D | F3 | 7C | 31 | 0 | 31 | 5 | 77 | 53 | 48 |
| Octal | 175 | 363 | 174 | 61 | 0 | 61 | 5 | 167 | 123 | 110 |
| Binary | 1111101 | 11110011 | 1111100 | 110001 | 0 | 110001 | 101 | 1110111 | 1010011 | 1001000 |
Color Harmonies of #7DF37C
Complementary color
Monochromatic Colors of #7DF37C
Black with #7DF37C
Text Example
Text Example
White with #7DF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF37C; }
p { color: rgb(125,243,124); }
H1.HeaderClassName
{
color: #7DF37C;
}
.AnyTagClassName
{
color: #7DF37C;
}
</style>
background-color css
<style>
a { background-color: #7DF37C; }
a { background-color: rgb(125,243,124); }
div.DivClassName
{
background-color: #7DF37C;
}
.BgClassName
{
background-color: #7DF37C;
}
</style>
border-color css
<style>
span { border-color: #7DF37C; }
span { border-color: rgb(125,243,124); }
td.TdClassName
{
border-color: #7DF37C;
}
.TagClassName
{
border-color: #7DF37C;
}
</style>