Shades of De York #8BC788
Tints of De York #8BC788
RGB
CMYK
RGB Variations
Color information
#8BC788 (or 0x8BC788) is known color: De York. HEX triplet: 8B, C7 and 88. RGB value is (139,199,136). Sum of RGB (Red+Green+Blue) = 139+199+136=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC788 is #743877. Grayscale: #AEAEAE. Windows color (decimal): -7616632 or 8963979. OLE color: 8963979.
HSL color Cylindrical-coordinate representation of color #8BC788: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BC788 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 136 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.22 |
| HSL | 117.14º | 0.36% | 0.66% | - |
| HSV(B) | 117.14º | 0.32% | 0.78% | - |
| XYZ | 35.51 | 48.11 | 30.71 | - |
| YUV | 173.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 136 | 0.30 | 0 | 0.32 | 0.22 | 117.14 | 0.36 | 0.66 |
| Hex | 8B | C7 | 88 | 1E | 0 | 20 | 16 | 75 | 24 | 42 |
| Octal | 213 | 307 | 210 | 36 | 0 | 40 | 26 | 165 | 44 | 102 |
| Binary | 10001011 | 11000111 | 10001000 | 11110 | 0 | 100000 | 10110 | 1110101 | 100100 | 1000010 |
Color Harmonies of #8BC788
Complementary color
Monochromatic Colors of #8BC788
Black with #8BC788
Text Example
Text Example
White with #8BC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC788; }
p { color: rgb(139,199,136); }
H1.HeaderClassName
{
color: #8BC788;
}
.AnyTagClassName
{
color: #8BC788;
}
</style>
background-color css
<style>
a { background-color: #8BC788; }
a { background-color: rgb(139,199,136); }
div.DivClassName
{
background-color: #8BC788;
}
.BgClassName
{
background-color: #8BC788;
}
</style>
border-color css
<style>
span { border-color: #8BC788; }
span { border-color: rgb(139,199,136); }
td.TdClassName
{
border-color: #8BC788;
}
.TagClassName
{
border-color: #8BC788;
}
</style>