Shades of De York #8CCD82
Tints of De York #8CCD82
RGB
CMYK
RGB Variations
Color information
#8CCD82 (or 0x8CCD82) is known color: De York. HEX triplet: 8C, CD and 82. RGB value is (140,205,130). Sum of RGB (Red+Green+Blue) = 140+205+130=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD82 is #73327D. Grayscale: #B1B1B1. Windows color (decimal): -7549566 or 8572300. OLE color: 8572300.
HSL color Cylindrical-coordinate representation of color #8CCD82: hue angle of 112º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCD82 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 130 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.20 |
| HSL | 112º | 0.43% | 0.66% | - |
| HSV(B) | 112º | 0.37% | 0.8% | - |
| XYZ | 36.68 | 50.85 | 29 | - |
| YUV | 177.02 | 101.47 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 130 | 0.32 | 0 | 0.37 | 0.20 | 112 | 0.43 | 0.66 |
| Hex | 8C | CD | 82 | 20 | 0 | 25 | 14 | 70 | 2B | 42 |
| Octal | 214 | 315 | 202 | 40 | 0 | 45 | 24 | 160 | 53 | 102 |
| Binary | 10001100 | 11001101 | 10000010 | 100000 | 0 | 100101 | 10100 | 1110000 | 101011 | 1000010 |
Color Harmonies of #8CCD82
Complementary color
Monochromatic Colors of #8CCD82
Black with #8CCD82
Text Example
Text Example
White with #8CCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD82; }
p { color: rgb(140,205,130); }
H1.HeaderClassName
{
color: #8CCD82;
}
.AnyTagClassName
{
color: #8CCD82;
}
</style>
background-color css
<style>
a { background-color: #8CCD82; }
a { background-color: rgb(140,205,130); }
div.DivClassName
{
background-color: #8CCD82;
}
.BgClassName
{
background-color: #8CCD82;
}
</style>
border-color css
<style>
span { border-color: #8CCD82; }
span { border-color: rgb(140,205,130); }
td.TdClassName
{
border-color: #8CCD82;
}
.TagClassName
{
border-color: #8CCD82;
}
</style>