Shades of Light Green #95EC7C
Tints of Light Green #95EC7C
RGB
CMYK
RGB Variations
Color information
#95EC7C (or 0x95EC7C) is known color: Light Green. HEX triplet: 95, EC and 7C. RGB value is (149,236,124). Sum of RGB (Red+Green+Blue) = 149+236+124=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC7C is #6A1383. Grayscale: #C5C5C5. Windows color (decimal): -6951812 or 8187029. OLE color: 8187029.
HSL color Cylindrical-coordinate representation of color #95EC7C: hue angle of 106.61º 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 #95EC7C is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 124 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.07 |
| HSL | 106.61º | 0.75% | 0.71% | - |
| HSV(B) | 106.61º | 0.47% | 0.93% | - |
| XYZ | 46.03 | 67.84 | 29.74 | - |
| YUV | 197.22 | 86.68 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 124 | 0.37 | 0 | 0.47 | 0.07 | 106.61 | 0.75 | 0.71 |
| Hex | 95 | EC | 7C | 25 | 0 | 2F | 7 | 6B | 4B | 47 |
| Octal | 225 | 354 | 174 | 45 | 0 | 57 | 7 | 153 | 113 | 107 |
| Binary | 10010101 | 11101100 | 1111100 | 100101 | 0 | 101111 | 111 | 1101011 | 1001011 | 1000111 |
Color Harmonies of #95EC7C
Complementary color
Monochromatic Colors of #95EC7C
Black with #95EC7C
Text Example
Text Example
White with #95EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC7C; }
p { color: rgb(149,236,124); }
H1.HeaderClassName
{
color: #95EC7C;
}
.AnyTagClassName
{
color: #95EC7C;
}
</style>
background-color css
<style>
a { background-color: #95EC7C; }
a { background-color: rgb(149,236,124); }
div.DivClassName
{
background-color: #95EC7C;
}
.BgClassName
{
background-color: #95EC7C;
}
</style>
border-color css
<style>
span { border-color: #95EC7C; }
span { border-color: rgb(149,236,124); }
td.TdClassName
{
border-color: #95EC7C;
}
.TagClassName
{
border-color: #95EC7C;
}
</style>