Shades of De York #8DD68C
Tints of De York #8DD68C
RGB
CMYK
RGB Variations
Color information
#8DD68C (or 0x8DD68C) is known color: De York. HEX triplet: 8D, D6 and 8C. RGB value is (141,214,140). Sum of RGB (Red+Green+Blue) = 141+214+140=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD68C is #722973. Grayscale: #B7B7B7. Windows color (decimal): -7481716 or 9229965. OLE color: 9229965.
HSL color Cylindrical-coordinate representation of color #8DD68C: hue angle of 119.19º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD68C is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 214 | 140 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.16 |
| HSL | 119.19º | 0.47% | 0.69% | - |
| HSV(B) | 119.19º | 0.35% | 0.84% | - |
| XYZ | 39.76 | 55.65 | 33.46 | - |
| YUV | 183.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 214 | 140 | 0.34 | 0 | 0.35 | 0.16 | 119.19 | 0.47 | 0.69 |
| Hex | 8D | D6 | 8C | 22 | 0 | 23 | 10 | 77 | 2F | 45 |
| Octal | 215 | 326 | 214 | 42 | 0 | 43 | 20 | 167 | 57 | 105 |
| Binary | 10001101 | 11010110 | 10001100 | 100010 | 0 | 100011 | 10000 | 1110111 | 101111 | 1000101 |
Color Harmonies of #8DD68C
Complementary color
Monochromatic Colors of #8DD68C
Black with #8DD68C
Text Example
Text Example
White with #8DD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD68C; }
p { color: rgb(141,214,140); }
H1.HeaderClassName
{
color: #8DD68C;
}
.AnyTagClassName
{
color: #8DD68C;
}
</style>
background-color css
<style>
a { background-color: #8DD68C; }
a { background-color: rgb(141,214,140); }
div.DivClassName
{
background-color: #8DD68C;
}
.BgClassName
{
background-color: #8DD68C;
}
</style>
border-color css
<style>
span { border-color: #8DD68C; }
span { border-color: rgb(141,214,140); }
td.TdClassName
{
border-color: #8DD68C;
}
.TagClassName
{
border-color: #8DD68C;
}
</style>