Shades of De York #8FD694
Tints of De York #8FD694
RGB
CMYK
RGB Variations
Color information
#8FD694 (or 0x8FD694) is known color: De York. HEX triplet: 8F, D6 and 94. RGB value is (143,214,148). Sum of RGB (Red+Green+Blue) = 143+214+148=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD694 is #70296B. Grayscale: #B9B9B9. Windows color (decimal): -7350636 or 9754255. OLE color: 9754255.
HSL color Cylindrical-coordinate representation of color #8FD694: hue angle of 124.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD694 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 148 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.16 |
| HSL | 124.23º | 0.46% | 0.7% | - |
| HSV(B) | 124.23º | 0.33% | 0.84% | - |
| XYZ | 40.72 | 56.07 | 36.69 | - |
| YUV | 185.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 148 | 0.33 | 0 | 0.31 | 0.16 | 124.23 | 0.46 | 0.7 |
| Hex | 8F | D6 | 94 | 21 | 0 | 1F | 10 | 7C | 2E | 46 |
| Octal | 217 | 326 | 224 | 41 | 0 | 37 | 20 | 174 | 56 | 106 |
| Binary | 10001111 | 11010110 | 10010100 | 100001 | 0 | 11111 | 10000 | 1111100 | 101110 | 1000110 |
Color Harmonies of #8FD694
Complementary color
Monochromatic Colors of #8FD694
Black with #8FD694
Text Example
Text Example
White with #8FD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD694; }
p { color: rgb(143,214,148); }
H1.HeaderClassName
{
color: #8FD694;
}
.AnyTagClassName
{
color: #8FD694;
}
</style>
background-color css
<style>
a { background-color: #8FD694; }
a { background-color: rgb(143,214,148); }
div.DivClassName
{
background-color: #8FD694;
}
.BgClassName
{
background-color: #8FD694;
}
</style>
border-color css
<style>
span { border-color: #8FD694; }
span { border-color: rgb(143,214,148); }
td.TdClassName
{
border-color: #8FD694;
}
.TagClassName
{
border-color: #8FD694;
}
</style>