Shades of De York #8BD295
Tints of De York #8BD295
RGB
CMYK
RGB Variations
Color information
#8BD295 (or 0x8BD295) is known color: De York. HEX triplet: 8B, D2 and 95. RGB value is (139,210,149). Sum of RGB (Red+Green+Blue) = 139+210+149=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD295 is #742D6A. Grayscale: #B5B5B5. Windows color (decimal): -7613803 or 9818763. OLE color: 9818763.
HSL color Cylindrical-coordinate representation of color #8BD295: hue angle of 128.45º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD295 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 149 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.18 |
| HSL | 128.45º | 0.44% | 0.68% | - |
| HSV(B) | 128.45º | 0.34% | 0.82% | - |
| XYZ | 39.12 | 53.75 | 36.75 | - |
| YUV | 181.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 149 | 0.34 | 0 | 0.29 | 0.18 | 128.45 | 0.44 | 0.68 |
| Hex | 8B | D2 | 95 | 22 | 0 | 1D | 12 | 80 | 2C | 44 |
| Octal | 213 | 322 | 225 | 42 | 0 | 35 | 22 | 200 | 54 | 104 |
| Binary | 10001011 | 11010010 | 10010101 | 100010 | 0 | 11101 | 10010 | 10000000 | 101100 | 1000100 |
Color Harmonies of #8BD295
Complementary color
Monochromatic Colors of #8BD295
Black with #8BD295
Text Example
Text Example
White with #8BD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD295; }
p { color: rgb(139,210,149); }
H1.HeaderClassName
{
color: #8BD295;
}
.AnyTagClassName
{
color: #8BD295;
}
</style>
background-color css
<style>
a { background-color: #8BD295; }
a { background-color: rgb(139,210,149); }
div.DivClassName
{
background-color: #8BD295;
}
.BgClassName
{
background-color: #8BD295;
}
</style>
border-color css
<style>
span { border-color: #8BD295; }
span { border-color: rgb(139,210,149); }
td.TdClassName
{
border-color: #8BD295;
}
.TagClassName
{
border-color: #8BD295;
}
</style>