Shades of Pastel Green #7CF279
Tints of Pastel Green #7CF279
RGB
CMYK
RGB Variations
Color information
#7CF279 (or 0x7CF279) is known color: Pastel Green. HEX triplet: 7C, F2 and 79. RGB value is (124,242,121). Sum of RGB (Red+Green+Blue) = 124+242+121=487 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.46% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF279 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF279 is #830D86. Grayscale: #C1C1C1. Windows color (decimal): -8588679 or 7991932. OLE color: 7991932.
HSL color Cylindrical-coordinate representation of color #7CF279: hue angle of 118.51º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF279 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 121 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.05 |
| HSL | 118.51º | 0.82% | 0.71% | - |
| HSV(B) | 118.51º | 0.5% | 0.95% | - |
| XYZ | 43.52 | 69.17 | 29.15 | - |
| YUV | 192.92 | 87.41 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 121 | 0.49 | 0 | 0.50 | 0.05 | 118.51 | 0.82 | 0.71 |
| Hex | 7C | F2 | 79 | 31 | 0 | 32 | 5 | 77 | 52 | 47 |
| Octal | 174 | 362 | 171 | 61 | 0 | 62 | 5 | 167 | 122 | 107 |
| Binary | 1111100 | 11110010 | 1111001 | 110001 | 0 | 110010 | 101 | 1110111 | 1010010 | 1000111 |
Color Harmonies of #7CF279
Complementary color
Monochromatic Colors of #7CF279
Black with #7CF279
Text Example
Text Example
White with #7CF279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF279; }
p { color: rgb(124,242,121); }
H1.HeaderClassName
{
color: #7CF279;
}
.AnyTagClassName
{
color: #7CF279;
}
</style>
background-color css
<style>
a { background-color: #7CF279; }
a { background-color: rgb(124,242,121); }
div.DivClassName
{
background-color: #7CF279;
}
.BgClassName
{
background-color: #7CF279;
}
</style>
border-color css
<style>
span { border-color: #7CF279; }
span { border-color: rgb(124,242,121); }
td.TdClassName
{
border-color: #7CF279;
}
.TagClassName
{
border-color: #7CF279;
}
</style>