Shades of De York #8FCC92
Tints of De York #8FCC92
RGB
CMYK
RGB Variations
Color information
#8FCC92 (or 0x8FCC92) is known color: De York. HEX triplet: 8F, CC and 92. RGB value is (143,204,146). Sum of RGB (Red+Green+Blue) = 143+204+146=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC92 is #70336D. Grayscale: #B3B3B3. Windows color (decimal): -7353198 or 9620623. OLE color: 9620623.
HSL color Cylindrical-coordinate representation of color #8FCC92: hue angle of 122.95º 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 #8FCC92 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 146 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.2 |
| HSL | 122.95º | 0.37% | 0.68% | - |
| HSV(B) | 122.95º | 0.3% | 0.8% | - |
| XYZ | 38.11 | 51.1 | 35.05 | - |
| YUV | 179.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 146 | 0.30 | 0 | 0.28 | 0.2 | 122.95 | 0.37 | 0.68 |
| Hex | 8F | CC | 92 | 1E | 0 | 1C | 14 | 7B | 25 | 44 |
| Octal | 217 | 314 | 222 | 36 | 0 | 34 | 24 | 173 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10010010 | 11110 | 0 | 11100 | 10100 | 1111011 | 100101 | 1000100 |
Color Harmonies of #8FCC92
Complementary color
Monochromatic Colors of #8FCC92
Black with #8FCC92
Text Example
Text Example
White with #8FCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC92; }
p { color: rgb(143,204,146); }
H1.HeaderClassName
{
color: #8FCC92;
}
.AnyTagClassName
{
color: #8FCC92;
}
</style>
background-color css
<style>
a { background-color: #8FCC92; }
a { background-color: rgb(143,204,146); }
div.DivClassName
{
background-color: #8FCC92;
}
.BgClassName
{
background-color: #8FCC92;
}
</style>
border-color css
<style>
span { border-color: #8FCC92; }
span { border-color: rgb(143,204,146); }
td.TdClassName
{
border-color: #8FCC92;
}
.TagClassName
{
border-color: #8FCC92;
}
</style>