Shades of De York #8FCD92
Tints of De York #8FCD92
RGB
CMYK
RGB Variations
Color information
#8FCD92 (or 0x8FCD92) is known color: De York. HEX triplet: 8F, CD and 92. RGB value is (143,205,146). Sum of RGB (Red+Green+Blue) = 143+205+146=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD92 is #70326D. Grayscale: #B3B3B3. Windows color (decimal): -7352942 or 9620879. OLE color: 9620879.
HSL color Cylindrical-coordinate representation of color #8FCD92: hue angle of 122.9º degrees, saturation: 0.38, 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 #8FCD92 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 146 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.20 |
| HSL | 122.9º | 0.38% | 0.68% | - |
| HSV(B) | 122.9º | 0.3% | 0.8% | - |
| XYZ | 38.35 | 51.58 | 35.13 | - |
| YUV | 179.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 146 | 0.30 | 0 | 0.29 | 0.20 | 122.9 | 0.38 | 0.68 |
| Hex | 8F | CD | 92 | 1E | 0 | 1D | 14 | 7B | 26 | 44 |
| Octal | 217 | 315 | 222 | 36 | 0 | 35 | 24 | 173 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10010010 | 11110 | 0 | 11101 | 10100 | 1111011 | 100110 | 1000100 |
Color Harmonies of #8FCD92
Complementary color
Monochromatic Colors of #8FCD92
Black with #8FCD92
Text Example
Text Example
White with #8FCD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD92; }
p { color: rgb(143,205,146); }
H1.HeaderClassName
{
color: #8FCD92;
}
.AnyTagClassName
{
color: #8FCD92;
}
</style>
background-color css
<style>
a { background-color: #8FCD92; }
a { background-color: rgb(143,205,146); }
div.DivClassName
{
background-color: #8FCD92;
}
.BgClassName
{
background-color: #8FCD92;
}
</style>
border-color css
<style>
span { border-color: #8FCD92; }
span { border-color: rgb(143,205,146); }
td.TdClassName
{
border-color: #8FCD92;
}
.TagClassName
{
border-color: #8FCD92;
}
</style>