Shades of Light Green #95F88D
Tints of Light Green #95F88D
RGB
CMYK
RGB Variations
Color information
#95F88D (or 0x95F88D) is known color: Light Green. HEX triplet: 95, F8 and 8D. RGB value is (149,248,141). Sum of RGB (Red+Green+Blue) = 149+248+141=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #95F88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F88D is #6A0772. Grayscale: #CECECE. Windows color (decimal): -6948723 or 9304213. OLE color: 9304213.
HSL color Cylindrical-coordinate representation of color #95F88D: hue angle of 115.51º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95F88D is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 248 | 141 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.03 |
| HSL | 115.51º | 0.88% | 0.76% | - |
| HSV(B) | 115.51º | 0.43% | 0.97% | - |
| XYZ | 50.77 | 75.45 | 37.09 | - |
| YUV | 206.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 248 | 141 | 0.40 | 0 | 0.43 | 0.03 | 115.51 | 0.88 | 0.76 |
| Hex | 95 | F8 | 8D | 28 | 0 | 2B | 3 | 74 | 58 | 4C |
| Octal | 225 | 370 | 215 | 50 | 0 | 53 | 3 | 164 | 130 | 114 |
| Binary | 10010101 | 11111000 | 10001101 | 101000 | 0 | 101011 | 11 | 1110100 | 1011000 | 1001100 |
Color Harmonies of #95F88D
Complementary color
Monochromatic Colors of #95F88D
Black with #95F88D
Text Example
Text Example
White with #95F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F88D; }
p { color: rgb(149,248,141); }
H1.HeaderClassName
{
color: #95F88D;
}
.AnyTagClassName
{
color: #95F88D;
}
</style>
background-color css
<style>
a { background-color: #95F88D; }
a { background-color: rgb(149,248,141); }
div.DivClassName
{
background-color: #95F88D;
}
.BgClassName
{
background-color: #95F88D;
}
</style>
border-color css
<style>
span { border-color: #95F88D; }
span { border-color: rgb(149,248,141); }
td.TdClassName
{
border-color: #95F88D;
}
.TagClassName
{
border-color: #95F88D;
}
</style>