Shades of De York #8BC488
Tints of De York #8BC488
RGB
CMYK
RGB Variations
Color information
#8BC488 (or 0x8BC488) is known color: De York. HEX triplet: 8B, C4 and 88. RGB value is (139,196,136). Sum of RGB (Red+Green+Blue) = 139+196+136=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC488 is #743B77. Grayscale: #ACACAC. Windows color (decimal): -7617400 or 8963211. OLE color: 8963211.
HSL color Cylindrical-coordinate representation of color #8BC488: hue angle of 117º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC488 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 136 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.23 |
| HSL | 117º | 0.34% | 0.65% | - |
| HSV(B) | 117º | 0.31% | 0.77% | - |
| XYZ | 34.83 | 46.75 | 30.48 | - |
| YUV | 172.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 136 | 0.29 | 0 | 0.31 | 0.23 | 117 | 0.34 | 0.65 |
| Hex | 8B | C4 | 88 | 1D | 0 | 1F | 17 | 75 | 22 | 41 |
| Octal | 213 | 304 | 210 | 35 | 0 | 37 | 27 | 165 | 42 | 101 |
| Binary | 10001011 | 11000100 | 10001000 | 11101 | 0 | 11111 | 10111 | 1110101 | 100010 | 1000001 |
Color Harmonies of #8BC488
Complementary color
Monochromatic Colors of #8BC488
Black with #8BC488
Text Example
Text Example
White with #8BC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC488; }
p { color: rgb(139,196,136); }
H1.HeaderClassName
{
color: #8BC488;
}
.AnyTagClassName
{
color: #8BC488;
}
</style>
background-color css
<style>
a { background-color: #8BC488; }
a { background-color: rgb(139,196,136); }
div.DivClassName
{
background-color: #8BC488;
}
.BgClassName
{
background-color: #8BC488;
}
</style>
border-color css
<style>
span { border-color: #8BC488; }
span { border-color: rgb(139,196,136); }
td.TdClassName
{
border-color: #8BC488;
}
.TagClassName
{
border-color: #8BC488;
}
</style>