Shades of De York #8FD294
Tints of De York #8FD294
RGB
CMYK
RGB Variations
Color information
#8FD294 (or 0x8FD294) is known color: De York. HEX triplet: 8F, D2 and 94. RGB value is (143,210,148). Sum of RGB (Red+Green+Blue) = 143+210+148=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD294 is #702D6B. Grayscale: #B7B7B7. Windows color (decimal): -7351660 or 9753231. OLE color: 9753231.
HSL color Cylindrical-coordinate representation of color #8FD294: hue angle of 124.48º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD294 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 148 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.18 |
| HSL | 124.48º | 0.43% | 0.69% | - |
| HSV(B) | 124.48º | 0.32% | 0.82% | - |
| XYZ | 39.72 | 54.07 | 36.36 | - |
| YUV | 182.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 148 | 0.32 | 0 | 0.30 | 0.18 | 124.48 | 0.43 | 0.69 |
| Hex | 8F | D2 | 94 | 20 | 0 | 1E | 12 | 7C | 2B | 45 |
| Octal | 217 | 322 | 224 | 40 | 0 | 36 | 22 | 174 | 53 | 105 |
| Binary | 10001111 | 11010010 | 10010100 | 100000 | 0 | 11110 | 10010 | 1111100 | 101011 | 1000101 |
Color Harmonies of #8FD294
Complementary color
Monochromatic Colors of #8FD294
Black with #8FD294
Text Example
Text Example
White with #8FD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD294; }
p { color: rgb(143,210,148); }
H1.HeaderClassName
{
color: #8FD294;
}
.AnyTagClassName
{
color: #8FD294;
}
</style>
background-color css
<style>
a { background-color: #8FD294; }
a { background-color: rgb(143,210,148); }
div.DivClassName
{
background-color: #8FD294;
}
.BgClassName
{
background-color: #8FD294;
}
</style>
border-color css
<style>
span { border-color: #8FD294; }
span { border-color: rgb(143,210,148); }
td.TdClassName
{
border-color: #8FD294;
}
.TagClassName
{
border-color: #8FD294;
}
</style>