Shades of Light Green #94EC7C
Tints of Light Green #94EC7C
RGB
CMYK
RGB Variations
Color information
#94EC7C (or 0x94EC7C) is known color: Light Green. HEX triplet: 94, EC and 7C. RGB value is (148,236,124). Sum of RGB (Red+Green+Blue) = 148+236+124=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC7C is #6B1383. Grayscale: #C5C5C5. Windows color (decimal): -7017348 or 8187028. OLE color: 8187028.
HSL color Cylindrical-coordinate representation of color #94EC7C: hue angle of 107.14º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94EC7C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 124 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.07 |
| HSL | 107.14º | 0.75% | 0.71% | - |
| HSV(B) | 107.14º | 0.47% | 0.93% | - |
| XYZ | 45.85 | 67.74 | 29.73 | - |
| YUV | 196.92 | 86.85 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 124 | 0.37 | 0 | 0.47 | 0.07 | 107.14 | 0.75 | 0.71 |
| Hex | 94 | EC | 7C | 25 | 0 | 2F | 7 | 6B | 4B | 47 |
| Octal | 224 | 354 | 174 | 45 | 0 | 57 | 7 | 153 | 113 | 107 |
| Binary | 10010100 | 11101100 | 1111100 | 100101 | 0 | 101111 | 111 | 1101011 | 1001011 | 1000111 |
Color Harmonies of #94EC7C
Complementary color
Monochromatic Colors of #94EC7C
Black with #94EC7C
Text Example
Text Example
White with #94EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC7C; }
p { color: rgb(148,236,124); }
H1.HeaderClassName
{
color: #94EC7C;
}
.AnyTagClassName
{
color: #94EC7C;
}
</style>
background-color css
<style>
a { background-color: #94EC7C; }
a { background-color: rgb(148,236,124); }
div.DivClassName
{
background-color: #94EC7C;
}
.BgClassName
{
background-color: #94EC7C;
}
</style>
border-color css
<style>
span { border-color: #94EC7C; }
span { border-color: rgb(148,236,124); }
td.TdClassName
{
border-color: #94EC7C;
}
.TagClassName
{
border-color: #94EC7C;
}
</style>