Shades of De York #8CDD83
Tints of De York #8CDD83
RGB
CMYK
RGB Variations
Color information
#8CDD83 (or 0x8CDD83) is known color: De York. HEX triplet: 8C, DD and 83. RGB value is (140,221,131). Sum of RGB (Red+Green+Blue) = 140+221+131=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD83 is #73227C. Grayscale: #BABABA. Windows color (decimal): -7545469 or 8641932. OLE color: 8641932.
HSL color Cylindrical-coordinate representation of color #8CDD83: hue angle of 114º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CDD83 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 131 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.13 |
| HSL | 114º | 0.57% | 0.69% | - |
| HSV(B) | 114º | 0.41% | 0.87% | - |
| XYZ | 40.77 | 58.93 | 30.7 | - |
| YUV | 186.52 | 96.66 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 131 | 0.37 | 0 | 0.41 | 0.13 | 114 | 0.57 | 0.69 |
| Hex | 8C | DD | 83 | 25 | 0 | 29 | D | 72 | 39 | 45 |
| Octal | 214 | 335 | 203 | 45 | 0 | 51 | 15 | 162 | 71 | 105 |
| Binary | 10001100 | 11011101 | 10000011 | 100101 | 0 | 101001 | 1101 | 1110010 | 111001 | 1000101 |
Color Harmonies of #8CDD83
Complementary color
Monochromatic Colors of #8CDD83
Black with #8CDD83
Text Example
Text Example
White with #8CDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD83; }
p { color: rgb(140,221,131); }
H1.HeaderClassName
{
color: #8CDD83;
}
.AnyTagClassName
{
color: #8CDD83;
}
</style>
background-color css
<style>
a { background-color: #8CDD83; }
a { background-color: rgb(140,221,131); }
div.DivClassName
{
background-color: #8CDD83;
}
.BgClassName
{
background-color: #8CDD83;
}
</style>
border-color css
<style>
span { border-color: #8CDD83; }
span { border-color: rgb(140,221,131); }
td.TdClassName
{
border-color: #8CDD83;
}
.TagClassName
{
border-color: #8CDD83;
}
</style>