Shades of De York #8CD781
Tints of De York #8CD781
RGB
CMYK
RGB Variations
Color information
#8CD781 (or 0x8CD781) is known color: De York. HEX triplet: 8C, D7 and 81. RGB value is (140,215,129). Sum of RGB (Red+Green+Blue) = 140+215+129=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD781 is #73287E. Grayscale: #B7B7B7. Windows color (decimal): -7547007 or 8509324. OLE color: 8509324.
HSL color Cylindrical-coordinate representation of color #8CD781: hue angle of 112.33º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CD781 is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 215 | 129 | - |
| CMYK | 0.35 | 0 | 0.4 | 0.16 |
| HSL | 112.33º | 0.52% | 0.67% | - |
| HSV(B) | 112.33º | 0.4% | 0.84% | - |
| XYZ | 39.08 | 55.76 | 29.47 | - |
| YUV | 182.77 | 97.65 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 215 | 129 | 0.35 | 0 | 0.4 | 0.16 | 112.33 | 0.52 | 0.67 |
| Hex | 8C | D7 | 81 | 23 | 0 | 28 | 10 | 70 | 34 | 43 |
| Octal | 214 | 327 | 201 | 43 | 0 | 50 | 20 | 160 | 64 | 103 |
| Binary | 10001100 | 11010111 | 10000001 | 100011 | 0 | 101000 | 10000 | 1110000 | 110100 | 1000011 |
Color Harmonies of #8CD781
Complementary color
Monochromatic Colors of #8CD781
Black with #8CD781
Text Example
Text Example
White with #8CD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD781; }
p { color: rgb(140,215,129); }
H1.HeaderClassName
{
color: #8CD781;
}
.AnyTagClassName
{
color: #8CD781;
}
</style>
background-color css
<style>
a { background-color: #8CD781; }
a { background-color: rgb(140,215,129); }
div.DivClassName
{
background-color: #8CD781;
}
.BgClassName
{
background-color: #8CD781;
}
</style>
border-color css
<style>
span { border-color: #8CD781; }
span { border-color: rgb(140,215,129); }
td.TdClassName
{
border-color: #8CD781;
}
.TagClassName
{
border-color: #8CD781;
}
</style>