Shades of Pastel Green #7CF26C
Tints of Pastel Green #7CF26C
RGB
CMYK
RGB Variations
Color information
#7CF26C (or 0x7CF26C) is known color: Pastel Green. HEX triplet: 7C, F2 and 6C. RGB value is (124,242,108). Sum of RGB (Red+Green+Blue) = 124+242+108=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF26C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF26C is #830D93. Grayscale: #BFBFBF. Windows color (decimal): -8588692 or 7139964. OLE color: 7139964.
HSL color Cylindrical-coordinate representation of color #7CF26C: hue angle of 112.84º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CF26C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 108 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.05 |
| HSL | 112.84º | 0.84% | 0.69% | - |
| HSV(B) | 112.84º | 0.55% | 0.95% | - |
| XYZ | 42.77 | 68.87 | 25.23 | - |
| YUV | 191.44 | 80.91 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 108 | 0.49 | 0 | 0.55 | 0.05 | 112.84 | 0.84 | 0.69 |
| Hex | 7C | F2 | 6C | 31 | 0 | 37 | 5 | 71 | 54 | 45 |
| Octal | 174 | 362 | 154 | 61 | 0 | 67 | 5 | 161 | 124 | 105 |
| Binary | 1111100 | 11110010 | 1101100 | 110001 | 0 | 110111 | 101 | 1110001 | 1010100 | 1000101 |
Color Harmonies of #7CF26C
Complementary color
Monochromatic Colors of #7CF26C
Black with #7CF26C
Text Example
Text Example
White with #7CF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF26C; }
p { color: rgb(124,242,108); }
H1.HeaderClassName
{
color: #7CF26C;
}
.AnyTagClassName
{
color: #7CF26C;
}
</style>
background-color css
<style>
a { background-color: #7CF26C; }
a { background-color: rgb(124,242,108); }
div.DivClassName
{
background-color: #7CF26C;
}
.BgClassName
{
background-color: #7CF26C;
}
</style>
border-color css
<style>
span { border-color: #7CF26C; }
span { border-color: rgb(124,242,108); }
td.TdClassName
{
border-color: #7CF26C;
}
.TagClassName
{
border-color: #7CF26C;
}
</style>