Shades of De York #8DCD98
Tints of De York #8DCD98
RGB
CMYK
RGB Variations
Color information
#8DCD98 (or 0x8DCD98) is known color: De York. HEX triplet: 8D, CD and 98. RGB value is (141,205,152). Sum of RGB (Red+Green+Blue) = 141+205+152=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD98 is #723267. Grayscale: #B3B3B3. Windows color (decimal): -7484008 or 10014093. OLE color: 10014093.
HSL color Cylindrical-coordinate representation of color #8DCD98: hue angle of 130.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCD98 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 152 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.20 |
| HSL | 130.31º | 0.39% | 0.68% | - |
| HSV(B) | 130.31º | 0.31% | 0.8% | - |
| XYZ | 38.48 | 51.59 | 37.64 | - |
| YUV | 179.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 152 | 0.31 | 0 | 0.26 | 0.20 | 130.31 | 0.39 | 0.68 |
| Hex | 8D | CD | 98 | 1F | 0 | 1A | 14 | 82 | 27 | 44 |
| Octal | 215 | 315 | 230 | 37 | 0 | 32 | 24 | 202 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10011000 | 11111 | 0 | 11010 | 10100 | 10000010 | 100111 | 1000100 |
Color Harmonies of #8DCD98
Complementary color
Monochromatic Colors of #8DCD98
Black with #8DCD98
Text Example
Text Example
White with #8DCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD98; }
p { color: rgb(141,205,152); }
H1.HeaderClassName
{
color: #8DCD98;
}
.AnyTagClassName
{
color: #8DCD98;
}
</style>
background-color css
<style>
a { background-color: #8DCD98; }
a { background-color: rgb(141,205,152); }
div.DivClassName
{
background-color: #8DCD98;
}
.BgClassName
{
background-color: #8DCD98;
}
</style>
border-color css
<style>
span { border-color: #8DCD98; }
span { border-color: rgb(141,205,152); }
td.TdClassName
{
border-color: #8DCD98;
}
.TagClassName
{
border-color: #8DCD98;
}
</style>