Shades of Pastel Green #7CF06D
Tints of Pastel Green #7CF06D
RGB
CMYK
RGB Variations
Color information
#7CF06D (or 0x7CF06D) is known color: Pastel Green. HEX triplet: 7C, F0 and 6D. RGB value is (124,240,109). Sum of RGB (Red+Green+Blue) = 124+240+109=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF06D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF06D is #830F92. Grayscale: #BEBEBE. Windows color (decimal): -8589203 or 7204988. OLE color: 7204988.
HSL color Cylindrical-coordinate representation of color #7CF06D: hue angle of 113.13º 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 #7CF06D is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 109 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.06 |
| HSL | 113.13º | 0.81% | 0.68% | - |
| HSV(B) | 113.13º | 0.55% | 0.94% | - |
| XYZ | 42.23 | 67.71 | 25.31 | - |
| YUV | 190.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 109 | 0.48 | 0 | 0.55 | 0.06 | 113.13 | 0.81 | 0.68 |
| Hex | 7C | F0 | 6D | 30 | 0 | 37 | 6 | 71 | 51 | 44 |
| Octal | 174 | 360 | 155 | 60 | 0 | 67 | 6 | 161 | 121 | 104 |
| Binary | 1111100 | 11110000 | 1101101 | 110000 | 0 | 110111 | 110 | 1110001 | 1010001 | 1000100 |
Color Harmonies of #7CF06D
Complementary color
Monochromatic Colors of #7CF06D
Black with #7CF06D
Text Example
Text Example
White with #7CF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF06D; }
p { color: rgb(124,240,109); }
H1.HeaderClassName
{
color: #7CF06D;
}
.AnyTagClassName
{
color: #7CF06D;
}
</style>
background-color css
<style>
a { background-color: #7CF06D; }
a { background-color: rgb(124,240,109); }
div.DivClassName
{
background-color: #7CF06D;
}
.BgClassName
{
background-color: #7CF06D;
}
</style>
border-color css
<style>
span { border-color: #7CF06D; }
span { border-color: rgb(124,240,109); }
td.TdClassName
{
border-color: #7CF06D;
}
.TagClassName
{
border-color: #7CF06D;
}
</style>