Shades of De York #8FCD88
Tints of De York #8FCD88
RGB
CMYK
RGB Variations
Color information
#8FCD88 (or 0x8FCD88) is known color: De York. HEX triplet: 8F, CD and 88. RGB value is (143,205,136). Sum of RGB (Red+Green+Blue) = 143+205+136=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD88 is #703277. Grayscale: #B2B2B2. Windows color (decimal): -7352952 or 8965519. OLE color: 8965519.
HSL color Cylindrical-coordinate representation of color #8FCD88: hue angle of 113.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCD88 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 136 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.20 |
| HSL | 113.91º | 0.41% | 0.67% | - |
| HSV(B) | 113.91º | 0.34% | 0.8% | - |
| XYZ | 37.6 | 51.28 | 31.21 | - |
| YUV | 178.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 136 | 0.30 | 0 | 0.34 | 0.20 | 113.91 | 0.41 | 0.67 |
| Hex | 8F | CD | 88 | 1E | 0 | 22 | 14 | 72 | 29 | 43 |
| Octal | 217 | 315 | 210 | 36 | 0 | 42 | 24 | 162 | 51 | 103 |
| Binary | 10001111 | 11001101 | 10001000 | 11110 | 0 | 100010 | 10100 | 1110010 | 101001 | 1000011 |
Color Harmonies of #8FCD88
Complementary color
Monochromatic Colors of #8FCD88
Black with #8FCD88
Text Example
Text Example
White with #8FCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD88; }
p { color: rgb(143,205,136); }
H1.HeaderClassName
{
color: #8FCD88;
}
.AnyTagClassName
{
color: #8FCD88;
}
</style>
background-color css
<style>
a { background-color: #8FCD88; }
a { background-color: rgb(143,205,136); }
div.DivClassName
{
background-color: #8FCD88;
}
.BgClassName
{
background-color: #8FCD88;
}
</style>
border-color css
<style>
span { border-color: #8FCD88; }
span { border-color: rgb(143,205,136); }
td.TdClassName
{
border-color: #8FCD88;
}
.TagClassName
{
border-color: #8FCD88;
}
</style>