Shades of De York #8FCB92
Tints of De York #8FCB92
RGB
CMYK
RGB Variations
Color information
#8FCB92 (or 0x8FCB92) is known color: De York. HEX triplet: 8F, CB and 92. RGB value is (143,203,146). Sum of RGB (Red+Green+Blue) = 143+203+146=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB92 is #70346D. Grayscale: #B2B2B2. Windows color (decimal): -7353454 or 9620367. OLE color: 9620367.
HSL color Cylindrical-coordinate representation of color #8FCB92: hue angle of 123º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCB92 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 146 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.20 |
| HSL | 123º | 0.37% | 0.68% | - |
| HSV(B) | 123º | 0.3% | 0.8% | - |
| XYZ | 37.87 | 50.63 | 34.97 | - |
| YUV | 178.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 146 | 0.30 | 0 | 0.28 | 0.20 | 123 | 0.37 | 0.68 |
| Hex | 8F | CB | 92 | 1E | 0 | 1C | 14 | 7B | 25 | 44 |
| Octal | 217 | 313 | 222 | 36 | 0 | 34 | 24 | 173 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10010010 | 11110 | 0 | 11100 | 10100 | 1111011 | 100101 | 1000100 |
Color Harmonies of #8FCB92
Complementary color
Monochromatic Colors of #8FCB92
Black with #8FCB92
Text Example
Text Example
White with #8FCB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB92; }
p { color: rgb(143,203,146); }
H1.HeaderClassName
{
color: #8FCB92;
}
.AnyTagClassName
{
color: #8FCB92;
}
</style>
background-color css
<style>
a { background-color: #8FCB92; }
a { background-color: rgb(143,203,146); }
div.DivClassName
{
background-color: #8FCB92;
}
.BgClassName
{
background-color: #8FCB92;
}
</style>
border-color css
<style>
span { border-color: #8FCB92; }
span { border-color: rgb(143,203,146); }
td.TdClassName
{
border-color: #8FCB92;
}
.TagClassName
{
border-color: #8FCB92;
}
</style>