Shades of Light Green #95F47D
Tints of Light Green #95F47D
RGB
CMYK
RGB Variations
Color information
#95F47D (or 0x95F47D) is known color: Light Green. HEX triplet: 95, F4 and 7D. RGB value is (149,244,125). Sum of RGB (Red+Green+Blue) = 149+244+125=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #95F47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F47D is #6A0B82. Grayscale: #CACACA. Windows color (decimal): -6949763 or 8254613. OLE color: 8254613.
HSL color Cylindrical-coordinate representation of color #95F47D: hue angle of 107.9º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95F47D is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 244 | 125 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.04 |
| HSL | 107.9º | 0.84% | 0.72% | - |
| HSV(B) | 107.9º | 0.49% | 0.96% | - |
| XYZ | 48.45 | 72.57 | 30.86 | - |
| YUV | 202.03 | 84.53 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 244 | 125 | 0.39 | 0 | 0.49 | 0.04 | 107.9 | 0.84 | 0.72 |
| Hex | 95 | F4 | 7D | 27 | 0 | 31 | 4 | 6C | 54 | 48 |
| Octal | 225 | 364 | 175 | 47 | 0 | 61 | 4 | 154 | 124 | 110 |
| Binary | 10010101 | 11110100 | 1111101 | 100111 | 0 | 110001 | 100 | 1101100 | 1010100 | 1001000 |
Color Harmonies of #95F47D
Complementary color
Monochromatic Colors of #95F47D
Black with #95F47D
Text Example
Text Example
White with #95F47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F47D; }
p { color: rgb(149,244,125); }
H1.HeaderClassName
{
color: #95F47D;
}
.AnyTagClassName
{
color: #95F47D;
}
</style>
background-color css
<style>
a { background-color: #95F47D; }
a { background-color: rgb(149,244,125); }
div.DivClassName
{
background-color: #95F47D;
}
.BgClassName
{
background-color: #95F47D;
}
</style>
border-color css
<style>
span { border-color: #95F47D; }
span { border-color: rgb(149,244,125); }
td.TdClassName
{
border-color: #95F47D;
}
.TagClassName
{
border-color: #95F47D;
}
</style>