Shades of De York #8CDA83
Tints of De York #8CDA83
RGB
CMYK
RGB Variations
Color information
#8CDA83 (or 0x8CDA83) is known color: De York. HEX triplet: 8C, DA and 83. RGB value is (140,218,131). Sum of RGB (Red+Green+Blue) = 140+218+131=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 131 (51.56% from 255 or 26.79% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDA83 is #73257C. Grayscale: #B9B9B9. Windows color (decimal): -7546237 or 8641164. OLE color: 8641164.
HSL color Cylindrical-coordinate representation of color #8CDA83: hue angle of 113.79º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDA83 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 131 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.15 |
| HSL | 113.79º | 0.54% | 0.68% | - |
| HSV(B) | 113.79º | 0.4% | 0.85% | - |
| XYZ | 39.98 | 57.36 | 30.44 | - |
| YUV | 184.76 | 97.66 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 131 | 0.36 | 0 | 0.40 | 0.15 | 113.79 | 0.54 | 0.68 |
| Hex | 8C | DA | 83 | 24 | 0 | 28 | F | 72 | 36 | 44 |
| Octal | 214 | 332 | 203 | 44 | 0 | 50 | 17 | 162 | 66 | 104 |
| Binary | 10001100 | 11011010 | 10000011 | 100100 | 0 | 101000 | 1111 | 1110010 | 110110 | 1000100 |
Color Harmonies of #8CDA83
Complementary color
Monochromatic Colors of #8CDA83
Black with #8CDA83
Text Example
Text Example
White with #8CDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA83; }
p { color: rgb(140,218,131); }
H1.HeaderClassName
{
color: #8CDA83;
}
.AnyTagClassName
{
color: #8CDA83;
}
</style>
background-color css
<style>
a { background-color: #8CDA83; }
a { background-color: rgb(140,218,131); }
div.DivClassName
{
background-color: #8CDA83;
}
.BgClassName
{
background-color: #8CDA83;
}
</style>
border-color css
<style>
span { border-color: #8CDA83; }
span { border-color: rgb(140,218,131); }
td.TdClassName
{
border-color: #8CDA83;
}
.TagClassName
{
border-color: #8CDA83;
}
</style>