Shades of Pastel Green #7CF16E
Tints of Pastel Green #7CF16E
RGB
CMYK
RGB Variations
Color information
#7CF16E (or 0x7CF16E) is known color: Pastel Green. HEX triplet: 7C, F1 and 6E. RGB value is (124,241,110). Sum of RGB (Red+Green+Blue) = 124+241+110=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF16E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF16E is #830E91. Grayscale: #BFBFBF. Windows color (decimal): -8588946 or 7270780. OLE color: 7270780.
HSL color Cylindrical-coordinate representation of color #7CF16E: hue angle of 113.59º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CF16E is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 110 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.05 |
| HSL | 113.59º | 0.82% | 0.69% | - |
| HSV(B) | 113.59º | 0.54% | 0.95% | - |
| XYZ | 42.58 | 68.32 | 25.69 | - |
| YUV | 191.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 110 | 0.49 | 0 | 0.54 | 0.05 | 113.59 | 0.82 | 0.69 |
| Hex | 7C | F1 | 6E | 31 | 0 | 36 | 5 | 72 | 52 | 45 |
| Octal | 174 | 361 | 156 | 61 | 0 | 66 | 5 | 162 | 122 | 105 |
| Binary | 1111100 | 11110001 | 1101110 | 110001 | 0 | 110110 | 101 | 1110010 | 1010010 | 1000101 |
Color Harmonies of #7CF16E
Complementary color
Monochromatic Colors of #7CF16E
Black with #7CF16E
Text Example
Text Example
White with #7CF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF16E; }
p { color: rgb(124,241,110); }
H1.HeaderClassName
{
color: #7CF16E;
}
.AnyTagClassName
{
color: #7CF16E;
}
</style>
background-color css
<style>
a { background-color: #7CF16E; }
a { background-color: rgb(124,241,110); }
div.DivClassName
{
background-color: #7CF16E;
}
.BgClassName
{
background-color: #7CF16E;
}
</style>
border-color css
<style>
span { border-color: #7CF16E; }
span { border-color: rgb(124,241,110); }
td.TdClassName
{
border-color: #7CF16E;
}
.TagClassName
{
border-color: #7CF16E;
}
</style>