Shades of Light Green #95E099
Tints of Light Green #95E099
RGB
CMYK
RGB Variations
Color information
#95E099 (or 0x95E099) is known color: Light Green. HEX triplet: 95, E0 and 99. RGB value is (149,224,153). Sum of RGB (Red+Green+Blue) = 149+224+153=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #95E099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E099 is #6A1F66. Grayscale: #C1C1C1. Windows color (decimal): -6954855 or 10084501. OLE color: 10084501.
HSL color Cylindrical-coordinate representation of color #95E099: hue angle of 123.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E099 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 153 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.12 |
| HSL | 123.2º | 0.55% | 0.73% | - |
| HSV(B) | 123.2º | 0.33% | 0.88% | - |
| XYZ | 44.8 | 62 | 39.74 | - |
| YUV | 193.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 153 | 0.33 | 0 | 0.32 | 0.12 | 123.2 | 0.55 | 0.73 |
| Hex | 95 | E0 | 99 | 21 | 0 | 20 | C | 7B | 37 | 49 |
| Octal | 225 | 340 | 231 | 41 | 0 | 40 | 14 | 173 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10011001 | 100001 | 0 | 100000 | 1100 | 1111011 | 110111 | 1001001 |
Color Harmonies of #95E099
Complementary color
Monochromatic Colors of #95E099
Black with #95E099
Text Example
Text Example
White with #95E099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E099; }
p { color: rgb(149,224,153); }
H1.HeaderClassName
{
color: #95E099;
}
.AnyTagClassName
{
color: #95E099;
}
</style>
background-color css
<style>
a { background-color: #95E099; }
a { background-color: rgb(149,224,153); }
div.DivClassName
{
background-color: #95E099;
}
.BgClassName
{
background-color: #95E099;
}
</style>
border-color css
<style>
span { border-color: #95E099; }
span { border-color: rgb(149,224,153); }
td.TdClassName
{
border-color: #95E099;
}
.TagClassName
{
border-color: #95E099;
}
</style>