Shades of Shadow Green #95CDB9
Tints of Shadow Green #95CDB9
RGB
CMYK
RGB Variations
Color information
#95CDB9 (or 0x95CDB9) is known color: Shadow Green. HEX triplet: 95, CD and B9. RGB value is (149,205,185). Sum of RGB (Red+Green+Blue) = 149+205+185=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDB9 is #6A3246. Grayscale: #B9B9B9. Windows color (decimal): -6959687 or 12176789. OLE color: 12176789.
HSL color Cylindrical-coordinate representation of color #95CDB9: hue angle of 158.57º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDB9 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 205 | 185 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.20 |
| HSL | 158.57º | 0.36% | 0.69% | - |
| HSV(B) | 158.57º | 0.27% | 0.8% | - |
| XYZ | 42.98 | 53.55 | 53.97 | - |
| YUV | 185.98 | 127.45 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 185 | 0.27 | 0 | 0.10 | 0.20 | 158.57 | 0.36 | 0.69 |
| Hex | 95 | CD | B9 | 1B | 0 | A | 14 | 9F | 24 | 45 |
| Octal | 225 | 315 | 271 | 33 | 0 | 12 | 24 | 237 | 44 | 105 |
| Binary | 10010101 | 11001101 | 10111001 | 11011 | 0 | 1010 | 10100 | 10011111 | 100100 | 1000101 |
Color Harmonies of #95CDB9
Complementary color
Monochromatic Colors of #95CDB9
Black with #95CDB9
Text Example
Text Example
White with #95CDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDB9; }
p { color: rgb(149,205,185); }
H1.HeaderClassName
{
color: #95CDB9;
}
.AnyTagClassName
{
color: #95CDB9;
}
</style>
background-color css
<style>
a { background-color: #95CDB9; }
a { background-color: rgb(149,205,185); }
div.DivClassName
{
background-color: #95CDB9;
}
.BgClassName
{
background-color: #95CDB9;
}
</style>
border-color css
<style>
span { border-color: #95CDB9; }
span { border-color: rgb(149,205,185); }
td.TdClassName
{
border-color: #95CDB9;
}
.TagClassName
{
border-color: #95CDB9;
}
</style>