Shades of Pastel Green #7DF06C
Tints of Pastel Green #7DF06C
RGB
CMYK
RGB Variations
Color information
#7DF06C (or 0x7DF06C) is known color: Pastel Green. HEX triplet: 7D, F0 and 6C. RGB value is (125,240,108). Sum of RGB (Red+Green+Blue) = 125+240+108=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF06C is #820F93. Grayscale: #BEBEBE. Windows color (decimal): -8523668 or 7139453. OLE color: 7139453.
HSL color Cylindrical-coordinate representation of color #7DF06C: hue angle of 112.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DF06C is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 108 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.06 |
| HSL | 112.27º | 0.81% | 0.68% | - |
| HSV(B) | 112.27º | 0.55% | 0.94% | - |
| XYZ | 42.32 | 67.76 | 25.04 | - |
| YUV | 190.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 108 | 0.48 | 0 | 0.55 | 0.06 | 112.27 | 0.81 | 0.68 |
| Hex | 7D | F0 | 6C | 30 | 0 | 37 | 6 | 70 | 51 | 44 |
| Octal | 175 | 360 | 154 | 60 | 0 | 67 | 6 | 160 | 121 | 104 |
| Binary | 1111101 | 11110000 | 1101100 | 110000 | 0 | 110111 | 110 | 1110000 | 1010001 | 1000100 |
Color Harmonies of #7DF06C
Complementary color
Monochromatic Colors of #7DF06C
Black with #7DF06C
Text Example
Text Example
White with #7DF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF06C; }
p { color: rgb(125,240,108); }
H1.HeaderClassName
{
color: #7DF06C;
}
.AnyTagClassName
{
color: #7DF06C;
}
</style>
background-color css
<style>
a { background-color: #7DF06C; }
a { background-color: rgb(125,240,108); }
div.DivClassName
{
background-color: #7DF06C;
}
.BgClassName
{
background-color: #7DF06C;
}
</style>
border-color css
<style>
span { border-color: #7DF06C; }
span { border-color: rgb(125,240,108); }
td.TdClassName
{
border-color: #7DF06C;
}
.TagClassName
{
border-color: #7DF06C;
}
</style>