Shades of De York #8BCD95
Tints of De York #8BCD95
RGB
CMYK
RGB Variations
Color information
#8BCD95 (or 0x8BCD95) is known color: De York. HEX triplet: 8B, CD and 95. RGB value is (139,205,149). Sum of RGB (Red+Green+Blue) = 139+205+149=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCD95 is #74326A. Grayscale: #B3B3B3. Windows color (decimal): -7615083 or 9817483. OLE color: 9817483.
HSL color Cylindrical-coordinate representation of color #8BCD95: hue angle of 129.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCD95 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 149 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.20 |
| HSL | 129.09º | 0.4% | 0.67% | - |
| HSV(B) | 129.09º | 0.32% | 0.8% | - |
| XYZ | 37.9 | 51.32 | 36.34 | - |
| YUV | 178.88 | 111.13 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 149 | 0.32 | 0 | 0.27 | 0.20 | 129.09 | 0.4 | 0.67 |
| Hex | 8B | CD | 95 | 20 | 0 | 1B | 14 | 81 | 28 | 43 |
| Octal | 213 | 315 | 225 | 40 | 0 | 33 | 24 | 201 | 50 | 103 |
| Binary | 10001011 | 11001101 | 10010101 | 100000 | 0 | 11011 | 10100 | 10000001 | 101000 | 1000011 |
Color Harmonies of #8BCD95
Complementary color
Monochromatic Colors of #8BCD95
Black with #8BCD95
Text Example
Text Example
White with #8BCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD95; }
p { color: rgb(139,205,149); }
H1.HeaderClassName
{
color: #8BCD95;
}
.AnyTagClassName
{
color: #8BCD95;
}
</style>
background-color css
<style>
a { background-color: #8BCD95; }
a { background-color: rgb(139,205,149); }
div.DivClassName
{
background-color: #8BCD95;
}
.BgClassName
{
background-color: #8BCD95;
}
</style>
border-color css
<style>
span { border-color: #8BCD95; }
span { border-color: rgb(139,205,149); }
td.TdClassName
{
border-color: #8BCD95;
}
.TagClassName
{
border-color: #8BCD95;
}
</style>