Shades of Pastel Green #7CF16A
Tints of Pastel Green #7CF16A
RGB
CMYK
RGB Variations
Color information
#7CF16A (or 0x7CF16A) is known color: Pastel Green. HEX triplet: 7C, F1 and 6A. RGB value is (124,241,106). Sum of RGB (Red+Green+Blue) = 124+241+106=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF16A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF16A is #830E95. Grayscale: #BFBFBF. Windows color (decimal): -8588950 or 7008636. OLE color: 7008636.
HSL color Cylindrical-coordinate representation of color #7CF16A: hue angle of 112º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CF16A is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 241 | 106 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.05 |
| HSL | 112º | 0.83% | 0.68% | - |
| HSV(B) | 112º | 0.56% | 0.95% | - |
| XYZ | 42.37 | 68.24 | 24.57 | - |
| YUV | 190.63 | 80.24 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 241 | 106 | 0.49 | 0 | 0.56 | 0.05 | 112 | 0.83 | 0.68 |
| Hex | 7C | F1 | 6A | 31 | 0 | 38 | 5 | 70 | 53 | 44 |
| Octal | 174 | 361 | 152 | 61 | 0 | 70 | 5 | 160 | 123 | 104 |
| Binary | 1111100 | 11110001 | 1101010 | 110001 | 0 | 111000 | 101 | 1110000 | 1010011 | 1000100 |
Color Harmonies of #7CF16A
Complementary color
Monochromatic Colors of #7CF16A
Black with #7CF16A
Text Example
Text Example
White with #7CF16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF16A; }
p { color: rgb(124,241,106); }
H1.HeaderClassName
{
color: #7CF16A;
}
.AnyTagClassName
{
color: #7CF16A;
}
</style>
background-color css
<style>
a { background-color: #7CF16A; }
a { background-color: rgb(124,241,106); }
div.DivClassName
{
background-color: #7CF16A;
}
.BgClassName
{
background-color: #7CF16A;
}
</style>
border-color css
<style>
span { border-color: #7CF16A; }
span { border-color: rgb(124,241,106); }
td.TdClassName
{
border-color: #7CF16A;
}
.TagClassName
{
border-color: #7CF16A;
}
</style>