Shades of De York #8CC788
Tints of De York #8CC788
RGB
CMYK
RGB Variations
Color information
#8CC788 (or 0x8CC788) is known color: De York. HEX triplet: 8C, C7 and 88. RGB value is (140,199,136). Sum of RGB (Red+Green+Blue) = 140+199+136=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC788 is #733877. Grayscale: #AEAEAE. Windows color (decimal): -7551096 or 8963980. OLE color: 8963980.
HSL color Cylindrical-coordinate representation of color #8CC788: hue angle of 116.19º 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 #8CC788 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 136 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.22 |
| HSL | 116.19º | 0.36% | 0.66% | - |
| HSV(B) | 116.19º | 0.32% | 0.78% | - |
| XYZ | 35.68 | 48.2 | 30.72 | - |
| YUV | 174.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 136 | 0.30 | 0 | 0.32 | 0.22 | 116.19 | 0.36 | 0.66 |
| Hex | 8C | C7 | 88 | 1E | 0 | 20 | 16 | 74 | 24 | 42 |
| Octal | 214 | 307 | 210 | 36 | 0 | 40 | 26 | 164 | 44 | 102 |
| Binary | 10001100 | 11000111 | 10001000 | 11110 | 0 | 100000 | 10110 | 1110100 | 100100 | 1000010 |
Color Harmonies of #8CC788
Complementary color
Monochromatic Colors of #8CC788
Black with #8CC788
Text Example
Text Example
White with #8CC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC788; }
p { color: rgb(140,199,136); }
H1.HeaderClassName
{
color: #8CC788;
}
.AnyTagClassName
{
color: #8CC788;
}
</style>
background-color css
<style>
a { background-color: #8CC788; }
a { background-color: rgb(140,199,136); }
div.DivClassName
{
background-color: #8CC788;
}
.BgClassName
{
background-color: #8CC788;
}
</style>
border-color css
<style>
span { border-color: #8CC788; }
span { border-color: rgb(140,199,136); }
td.TdClassName
{
border-color: #8CC788;
}
.TagClassName
{
border-color: #8CC788;
}
</style>