Shades of Shadow Green #95C5B2
Tints of Shadow Green #95C5B2
RGB
CMYK
RGB Variations
Color information
#95C5B2 (or 0x95C5B2) is known color: Shadow Green. HEX triplet: 95, C5 and B2. RGB value is (149,197,178). Sum of RGB (Red+Green+Blue) = 149+197+178=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C5B2 is #6A3A4D. Grayscale: #B4B4B4. Windows color (decimal): -6961742 or 11715989. OLE color: 11715989.
HSL color Cylindrical-coordinate representation of color #95C5B2: hue angle of 156.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5B2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 178 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.23 |
| HSL | 156.25º | 0.29% | 0.68% | - |
| HSV(B) | 156.25º | 0.24% | 0.77% | - |
| XYZ | 40.4 | 49.54 | 49.55 | - |
| YUV | 180.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 178 | 0.24 | 0 | 0.10 | 0.23 | 156.25 | 0.29 | 0.68 |
| Hex | 95 | C5 | B2 | 18 | 0 | A | 17 | 9C | 1D | 44 |
| Octal | 225 | 305 | 262 | 30 | 0 | 12 | 27 | 234 | 35 | 104 |
| Binary | 10010101 | 11000101 | 10110010 | 11000 | 0 | 1010 | 10111 | 10011100 | 11101 | 1000100 |
Color Harmonies of #95C5B2
Complementary color
Monochromatic Colors of #95C5B2
Black with #95C5B2
Text Example
Text Example
White with #95C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5B2; }
p { color: rgb(149,197,178); }
H1.HeaderClassName
{
color: #95C5B2;
}
.AnyTagClassName
{
color: #95C5B2;
}
</style>
background-color css
<style>
a { background-color: #95C5B2; }
a { background-color: rgb(149,197,178); }
div.DivClassName
{
background-color: #95C5B2;
}
.BgClassName
{
background-color: #95C5B2;
}
</style>
border-color css
<style>
span { border-color: #95C5B2; }
span { border-color: rgb(149,197,178); }
td.TdClassName
{
border-color: #95C5B2;
}
.TagClassName
{
border-color: #95C5B2;
}
</style>