Shades of De York #8DD488
Tints of De York #8DD488
RGB
CMYK
RGB Variations
Color information
#8DD488 (or 0x8DD488) is known color: De York. HEX triplet: 8D, D4 and 88. RGB value is (141,212,136). Sum of RGB (Red+Green+Blue) = 141+212+136=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD488 is #722B77. Grayscale: #B6B6B6. Windows color (decimal): -7482232 or 8967309. OLE color: 8967309.
HSL color Cylindrical-coordinate representation of color #8DD488: hue angle of 116.05º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DD488 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 212 | 136 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.17 |
| HSL | 116.05º | 0.47% | 0.68% | - |
| HSV(B) | 116.05º | 0.36% | 0.83% | - |
| XYZ | 38.97 | 54.53 | 31.76 | - |
| YUV | 182.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 212 | 136 | 0.33 | 0 | 0.36 | 0.17 | 116.05 | 0.47 | 0.68 |
| Hex | 8D | D4 | 88 | 21 | 0 | 24 | 11 | 74 | 2F | 44 |
| Octal | 215 | 324 | 210 | 41 | 0 | 44 | 21 | 164 | 57 | 104 |
| Binary | 10001101 | 11010100 | 10001000 | 100001 | 0 | 100100 | 10001 | 1110100 | 101111 | 1000100 |
Color Harmonies of #8DD488
Complementary color
Monochromatic Colors of #8DD488
Black with #8DD488
Text Example
Text Example
White with #8DD488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD488; }
p { color: rgb(141,212,136); }
H1.HeaderClassName
{
color: #8DD488;
}
.AnyTagClassName
{
color: #8DD488;
}
</style>
background-color css
<style>
a { background-color: #8DD488; }
a { background-color: rgb(141,212,136); }
div.DivClassName
{
background-color: #8DD488;
}
.BgClassName
{
background-color: #8DD488;
}
</style>
border-color css
<style>
span { border-color: #8DD488; }
span { border-color: rgb(141,212,136); }
td.TdClassName
{
border-color: #8DD488;
}
.TagClassName
{
border-color: #8DD488;
}
</style>