Shades of De York #8FD488
Tints of De York #8FD488
RGB
CMYK
RGB Variations
Color information
#8FD488 (or 0x8FD488) is known color: De York. HEX triplet: 8F, D4 and 88. RGB value is (143,212,136). Sum of RGB (Red+Green+Blue) = 143+212+136=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD488 is #702B77. Grayscale: #B6B6B6. Windows color (decimal): -7351160 or 8967311. OLE color: 8967311.
HSL color Cylindrical-coordinate representation of color #8FD488: hue angle of 114.47º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FD488 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 136 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.17 |
| HSL | 114.47º | 0.47% | 0.68% | - |
| HSV(B) | 114.47º | 0.36% | 0.83% | - |
| XYZ | 39.32 | 54.7 | 31.78 | - |
| YUV | 182.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 136 | 0.33 | 0 | 0.36 | 0.17 | 114.47 | 0.47 | 0.68 |
| Hex | 8F | D4 | 88 | 21 | 0 | 24 | 11 | 72 | 2F | 44 |
| Octal | 217 | 324 | 210 | 41 | 0 | 44 | 21 | 162 | 57 | 104 |
| Binary | 10001111 | 11010100 | 10001000 | 100001 | 0 | 100100 | 10001 | 1110010 | 101111 | 1000100 |
Color Harmonies of #8FD488
Complementary color
Monochromatic Colors of #8FD488
Black with #8FD488
Text Example
Text Example
White with #8FD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD488; }
p { color: rgb(143,212,136); }
H1.HeaderClassName
{
color: #8FD488;
}
.AnyTagClassName
{
color: #8FD488;
}
</style>
background-color css
<style>
a { background-color: #8FD488; }
a { background-color: rgb(143,212,136); }
div.DivClassName
{
background-color: #8FD488;
}
.BgClassName
{
background-color: #8FD488;
}
</style>
border-color css
<style>
span { border-color: #8FD488; }
span { border-color: rgb(143,212,136); }
td.TdClassName
{
border-color: #8FD488;
}
.TagClassName
{
border-color: #8FD488;
}
</style>