Shades of Light Green #95DF9A
Tints of Light Green #95DF9A
RGB
CMYK
RGB Variations
Color information
#95DF9A (or 0x95DF9A) is known color: Light Green. HEX triplet: 95, DF and 9A. RGB value is (149,223,154). Sum of RGB (Red+Green+Blue) = 149+223+154=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF9A is #6A2065. Grayscale: #C1C1C1. Windows color (decimal): -6955110 or 10149781. OLE color: 10149781.
HSL color Cylindrical-coordinate representation of color #95DF9A: hue angle of 124.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DF9A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 223 | 154 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.13 |
| HSL | 124.05º | 0.54% | 0.73% | - |
| HSV(B) | 124.05º | 0.33% | 0.87% | - |
| XYZ | 44.61 | 61.5 | 40.09 | - |
| YUV | 193.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 223 | 154 | 0.33 | 0 | 0.31 | 0.13 | 124.05 | 0.54 | 0.73 |
| Hex | 95 | DF | 9A | 21 | 0 | 1F | D | 7C | 36 | 49 |
| Octal | 225 | 337 | 232 | 41 | 0 | 37 | 15 | 174 | 66 | 111 |
| Binary | 10010101 | 11011111 | 10011010 | 100001 | 0 | 11111 | 1101 | 1111100 | 110110 | 1001001 |
Color Harmonies of #95DF9A
Complementary color
Monochromatic Colors of #95DF9A
Black with #95DF9A
Text Example
Text Example
White with #95DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DF9A; }
p { color: rgb(149,223,154); }
H1.HeaderClassName
{
color: #95DF9A;
}
.AnyTagClassName
{
color: #95DF9A;
}
</style>
background-color css
<style>
a { background-color: #95DF9A; }
a { background-color: rgb(149,223,154); }
div.DivClassName
{
background-color: #95DF9A;
}
.BgClassName
{
background-color: #95DF9A;
}
</style>
border-color css
<style>
span { border-color: #95DF9A; }
span { border-color: rgb(149,223,154); }
td.TdClassName
{
border-color: #95DF9A;
}
.TagClassName
{
border-color: #95DF9A;
}
</style>