Shades of Pastel Green #7CF672
Tints of Pastel Green #7CF672
RGB
CMYK
RGB Variations
Color information
#7CF672 (or 0x7CF672) is known color: Pastel Green. HEX triplet: 7C, F6 and 72. RGB value is (124,246,114). Sum of RGB (Red+Green+Blue) = 124+246+114=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF672 is #83098D. Grayscale: #C2C2C2. Windows color (decimal): -8587662 or 7534204. OLE color: 7534204.
HSL color Cylindrical-coordinate representation of color #7CF672: hue angle of 115.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CF672 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 114 | - |
| CMYK | 0.50 | 0 | 0.54 | 0.04 |
| HSL | 115.45º | 0.88% | 0.71% | - |
| HSV(B) | 115.45º | 0.54% | 0.96% | - |
| XYZ | 44.31 | 71.41 | 27.37 | - |
| YUV | 194.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 114 | 0.50 | 0 | 0.54 | 0.04 | 115.45 | 0.88 | 0.71 |
| Hex | 7C | F6 | 72 | 32 | 0 | 36 | 4 | 73 | 58 | 47 |
| Octal | 174 | 366 | 162 | 62 | 0 | 66 | 4 | 163 | 130 | 107 |
| Binary | 1111100 | 11110110 | 1110010 | 110010 | 0 | 110110 | 100 | 1110011 | 1011000 | 1000111 |
Color Harmonies of #7CF672
Complementary color
Monochromatic Colors of #7CF672
Black with #7CF672
Text Example
Text Example
White with #7CF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF672; }
p { color: rgb(124,246,114); }
H1.HeaderClassName
{
color: #7CF672;
}
.AnyTagClassName
{
color: #7CF672;
}
</style>
background-color css
<style>
a { background-color: #7CF672; }
a { background-color: rgb(124,246,114); }
div.DivClassName
{
background-color: #7CF672;
}
.BgClassName
{
background-color: #7CF672;
}
</style>
border-color css
<style>
span { border-color: #7CF672; }
span { border-color: rgb(124,246,114); }
td.TdClassName
{
border-color: #7CF672;
}
.TagClassName
{
border-color: #7CF672;
}
</style>