Shades of Pastel Green #7CEC74
Tints of Pastel Green #7CEC74
RGB
CMYK
RGB Variations
Color information
#7CEC74 (or 0x7CEC74) is known color: Pastel Green. HEX triplet: 7C, EC and 74. RGB value is (124,236,116). Sum of RGB (Red+Green+Blue) = 124+236+116=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #7CEC74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CEC74 is #83138B. Grayscale: #BDBDBD. Windows color (decimal): -8590220 or 7662716. OLE color: 7662716.
HSL color Cylindrical-coordinate representation of color #7CEC74: hue angle of 116º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CEC74 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 236 | 116 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.07 |
| HSL | 116º | 0.76% | 0.69% | - |
| HSV(B) | 116º | 0.51% | 0.93% | - |
| XYZ | 41.46 | 65.54 | 26.99 | - |
| YUV | 188.83 | 86.89 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 236 | 116 | 0.47 | 0 | 0.51 | 0.07 | 116 | 0.76 | 0.69 |
| Hex | 7C | EC | 74 | 2F | 0 | 33 | 7 | 74 | 4C | 45 |
| Octal | 174 | 354 | 164 | 57 | 0 | 63 | 7 | 164 | 114 | 105 |
| Binary | 1111100 | 11101100 | 1110100 | 101111 | 0 | 110011 | 111 | 1110100 | 1001100 | 1000101 |
Color Harmonies of #7CEC74
Complementary color
Monochromatic Colors of #7CEC74
Black with #7CEC74
Text Example
Text Example
White with #7CEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEC74; }
p { color: rgb(124,236,116); }
H1.HeaderClassName
{
color: #7CEC74;
}
.AnyTagClassName
{
color: #7CEC74;
}
</style>
background-color css
<style>
a { background-color: #7CEC74; }
a { background-color: rgb(124,236,116); }
div.DivClassName
{
background-color: #7CEC74;
}
.BgClassName
{
background-color: #7CEC74;
}
</style>
border-color css
<style>
span { border-color: #7CEC74; }
span { border-color: rgb(124,236,116); }
td.TdClassName
{
border-color: #7CEC74;
}
.TagClassName
{
border-color: #7CEC74;
}
</style>