Shades of Summer Green #8DB895
Tints of Summer Green #8DB895
RGB
CMYK
RGB Variations
Color information
#8DB895 (or 0x8DB895) is known color: Summer Green. HEX triplet: 8D, B8 and 95. RGB value is (141,184,149). Sum of RGB (Red+Green+Blue) = 141+184+149=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB895 is #72476A. Grayscale: #A7A7A7. Windows color (decimal): -7489387 or 9812109. OLE color: 9812109.
HSL color Cylindrical-coordinate representation of color #8DB895: hue angle of 131.16º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB895 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 149 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.28 |
| HSL | 131.16º | 0.23% | 0.64% | - |
| HSV(B) | 131.16º | 0.23% | 0.72% | - |
| XYZ | 33.55 | 42.11 | 34.79 | - |
| YUV | 167.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 149 | 0.23 | 0 | 0.19 | 0.28 | 131.16 | 0.23 | 0.64 |
| Hex | 8D | B8 | 95 | 17 | 0 | 13 | 1C | 83 | 17 | 40 |
| Octal | 215 | 270 | 225 | 27 | 0 | 23 | 34 | 203 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10010101 | 10111 | 0 | 10011 | 11100 | 10000011 | 10111 | 1000000 |
Color Harmonies of #8DB895
Complementary color
Monochromatic Colors of #8DB895
Black with #8DB895
Text Example
Text Example
White with #8DB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB895; }
p { color: rgb(141,184,149); }
H1.HeaderClassName
{
color: #8DB895;
}
.AnyTagClassName
{
color: #8DB895;
}
</style>
background-color css
<style>
a { background-color: #8DB895; }
a { background-color: rgb(141,184,149); }
div.DivClassName
{
background-color: #8DB895;
}
.BgClassName
{
background-color: #8DB895;
}
</style>
border-color css
<style>
span { border-color: #8DB895; }
span { border-color: rgb(141,184,149); }
td.TdClassName
{
border-color: #8DB895;
}
.TagClassName
{
border-color: #8DB895;
}
</style>