Shades of Pastel Green #7CF478
Tints of Pastel Green #7CF478
RGB
CMYK
RGB Variations
Color information
#7CF478 (or 0x7CF478) is known color: Pastel Green. HEX triplet: 7C, F4 and 78. RGB value is (124,244,120). Sum of RGB (Red+Green+Blue) = 124+244+120=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF478 is #830B87. Grayscale: #C2C2C2. Windows color (decimal): -8588168 or 7926908. OLE color: 7926908.
HSL color Cylindrical-coordinate representation of color #7CF478: hue angle of 118.06º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF478 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 244 | 120 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.04 |
| HSL | 118.06º | 0.85% | 0.71% | - |
| HSV(B) | 118.06º | 0.51% | 0.96% | - |
| XYZ | 44.05 | 70.34 | 29.02 | - |
| YUV | 193.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 244 | 120 | 0.49 | 0 | 0.51 | 0.04 | 118.06 | 0.85 | 0.71 |
| Hex | 7C | F4 | 78 | 31 | 0 | 33 | 4 | 76 | 55 | 47 |
| Octal | 174 | 364 | 170 | 61 | 0 | 63 | 4 | 166 | 125 | 107 |
| Binary | 1111100 | 11110100 | 1111000 | 110001 | 0 | 110011 | 100 | 1110110 | 1010101 | 1000111 |
Color Harmonies of #7CF478
Complementary color
Monochromatic Colors of #7CF478
Black with #7CF478
Text Example
Text Example
White with #7CF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF478; }
p { color: rgb(124,244,120); }
H1.HeaderClassName
{
color: #7CF478;
}
.AnyTagClassName
{
color: #7CF478;
}
</style>
background-color css
<style>
a { background-color: #7CF478; }
a { background-color: rgb(124,244,120); }
div.DivClassName
{
background-color: #7CF478;
}
.BgClassName
{
background-color: #7CF478;
}
</style>
border-color css
<style>
span { border-color: #7CF478; }
span { border-color: rgb(124,244,120); }
td.TdClassName
{
border-color: #7CF478;
}
.TagClassName
{
border-color: #7CF478;
}
</style>