Shades of De York #8FCB8D
Tints of De York #8FCB8D
RGB
CMYK
RGB Variations
Color information
#8FCB8D (or 0x8FCB8D) is known color: De York. HEX triplet: 8F, CB and 8D. RGB value is (143,203,141). Sum of RGB (Red+Green+Blue) = 143+203+141=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB8D is #703472. Grayscale: #B2B2B2. Windows color (decimal): -7353459 or 9292687. OLE color: 9292687.
HSL color Cylindrical-coordinate representation of color #8FCB8D: hue angle of 118.06º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCB8D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 141 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.20 |
| HSL | 118.06º | 0.37% | 0.67% | - |
| HSV(B) | 118.06º | 0.31% | 0.8% | - |
| XYZ | 37.49 | 50.47 | 32.97 | - |
| YUV | 177.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 141 | 0.30 | 0 | 0.31 | 0.20 | 118.06 | 0.37 | 0.67 |
| Hex | 8F | CB | 8D | 1E | 0 | 1F | 14 | 76 | 25 | 43 |
| Octal | 217 | 313 | 215 | 36 | 0 | 37 | 24 | 166 | 45 | 103 |
| Binary | 10001111 | 11001011 | 10001101 | 11110 | 0 | 11111 | 10100 | 1110110 | 100101 | 1000011 |
Color Harmonies of #8FCB8D
Complementary color
Monochromatic Colors of #8FCB8D
Black with #8FCB8D
Text Example
Text Example
White with #8FCB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB8D; }
p { color: rgb(143,203,141); }
H1.HeaderClassName
{
color: #8FCB8D;
}
.AnyTagClassName
{
color: #8FCB8D;
}
</style>
background-color css
<style>
a { background-color: #8FCB8D; }
a { background-color: rgb(143,203,141); }
div.DivClassName
{
background-color: #8FCB8D;
}
.BgClassName
{
background-color: #8FCB8D;
}
</style>
border-color css
<style>
span { border-color: #8FCB8D; }
span { border-color: rgb(143,203,141); }
td.TdClassName
{
border-color: #8FCB8D;
}
.TagClassName
{
border-color: #8FCB8D;
}
</style>