Shades of De York #8FD483
Tints of De York #8FD483
RGB
CMYK
RGB Variations
Color information
#8FD483 (or 0x8FD483) is known color: De York. HEX triplet: 8F, D4 and 83. RGB value is (143,212,131). Sum of RGB (Red+Green+Blue) = 143+212+131=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD483 is #702B7C. Grayscale: #B6B6B6. Windows color (decimal): -7351165 or 8639631. OLE color: 8639631.
HSL color Cylindrical-coordinate representation of color #8FD483: hue angle of 111.11º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FD483 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 131 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.17 |
| HSL | 111.11º | 0.49% | 0.67% | - |
| HSV(B) | 111.11º | 0.38% | 0.83% | - |
| XYZ | 38.97 | 54.57 | 29.95 | - |
| YUV | 182.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 131 | 0.33 | 0 | 0.38 | 0.17 | 111.11 | 0.49 | 0.67 |
| Hex | 8F | D4 | 83 | 21 | 0 | 26 | 11 | 6F | 31 | 43 |
| Octal | 217 | 324 | 203 | 41 | 0 | 46 | 21 | 157 | 61 | 103 |
| Binary | 10001111 | 11010100 | 10000011 | 100001 | 0 | 100110 | 10001 | 1101111 | 110001 | 1000011 |
Color Harmonies of #8FD483
Complementary color
Monochromatic Colors of #8FD483
Black with #8FD483
Text Example
Text Example
White with #8FD483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD483; }
p { color: rgb(143,212,131); }
H1.HeaderClassName
{
color: #8FD483;
}
.AnyTagClassName
{
color: #8FD483;
}
</style>
background-color css
<style>
a { background-color: #8FD483; }
a { background-color: rgb(143,212,131); }
div.DivClassName
{
background-color: #8FD483;
}
.BgClassName
{
background-color: #8FD483;
}
</style>
border-color css
<style>
span { border-color: #8FD483; }
span { border-color: rgb(143,212,131); }
td.TdClassName
{
border-color: #8FD483;
}
.TagClassName
{
border-color: #8FD483;
}
</style>