Shades of De York #8FCD94
Tints of De York #8FCD94
RGB
CMYK
RGB Variations
Color information
#8FCD94 (or 0x8FCD94) is known color: De York. HEX triplet: 8F, CD and 94. RGB value is (143,205,148). Sum of RGB (Red+Green+Blue) = 143+205+148=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD94 is #70326B. Grayscale: #B4B4B4. Windows color (decimal): -7352940 or 9751951. OLE color: 9751951.
HSL color Cylindrical-coordinate representation of color #8FCD94: hue angle of 124.84º 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 #8FCD94 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 148 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.20 |
| HSL | 124.84º | 0.38% | 0.68% | - |
| HSV(B) | 124.84º | 0.3% | 0.8% | - |
| XYZ | 38.5 | 51.64 | 35.96 | - |
| YUV | 179.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 148 | 0.30 | 0 | 0.28 | 0.20 | 124.84 | 0.38 | 0.68 |
| Hex | 8F | CD | 94 | 1E | 0 | 1C | 14 | 7D | 26 | 44 |
| Octal | 217 | 315 | 224 | 36 | 0 | 34 | 24 | 175 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10010100 | 11110 | 0 | 11100 | 10100 | 1111101 | 100110 | 1000100 |
Color Harmonies of #8FCD94
Complementary color
Monochromatic Colors of #8FCD94
Black with #8FCD94
Text Example
Text Example
White with #8FCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD94; }
p { color: rgb(143,205,148); }
H1.HeaderClassName
{
color: #8FCD94;
}
.AnyTagClassName
{
color: #8FCD94;
}
</style>
background-color css
<style>
a { background-color: #8FCD94; }
a { background-color: rgb(143,205,148); }
div.DivClassName
{
background-color: #8FCD94;
}
.BgClassName
{
background-color: #8FCD94;
}
</style>
border-color css
<style>
span { border-color: #8FCD94; }
span { border-color: rgb(143,205,148); }
td.TdClassName
{
border-color: #8FCD94;
}
.TagClassName
{
border-color: #8FCD94;
}
</style>