Shades of De York #8CD590
Tints of De York #8CD590
RGB
CMYK
RGB Variations
Color information
#8CD590 (or 0x8CD590) is known color: De York. HEX triplet: 8C, D5 and 90. RGB value is (140,213,144). Sum of RGB (Red+Green+Blue) = 140+213+144=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD590 is #732A6F. Grayscale: #B7B7B7. Windows color (decimal): -7547504 or 9491852. OLE color: 9491852.
HSL color Cylindrical-coordinate representation of color #8CD590: hue angle of 123.29º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD590 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 213 | 144 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.16 |
| HSL | 123.29º | 0.46% | 0.69% | - |
| HSV(B) | 123.29º | 0.34% | 0.84% | - |
| XYZ | 39.64 | 55.18 | 34.95 | - |
| YUV | 183.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 213 | 144 | 0.34 | 0 | 0.32 | 0.16 | 123.29 | 0.46 | 0.69 |
| Hex | 8C | D5 | 90 | 22 | 0 | 20 | 10 | 7B | 2E | 45 |
| Octal | 214 | 325 | 220 | 42 | 0 | 40 | 20 | 173 | 56 | 105 |
| Binary | 10001100 | 11010101 | 10010000 | 100010 | 0 | 100000 | 10000 | 1111011 | 101110 | 1000101 |
Color Harmonies of #8CD590
Complementary color
Monochromatic Colors of #8CD590
Black with #8CD590
Text Example
Text Example
White with #8CD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD590; }
p { color: rgb(140,213,144); }
H1.HeaderClassName
{
color: #8CD590;
}
.AnyTagClassName
{
color: #8CD590;
}
</style>
background-color css
<style>
a { background-color: #8CD590; }
a { background-color: rgb(140,213,144); }
div.DivClassName
{
background-color: #8CD590;
}
.BgClassName
{
background-color: #8CD590;
}
</style>
border-color css
<style>
span { border-color: #8CD590; }
span { border-color: rgb(140,213,144); }
td.TdClassName
{
border-color: #8CD590;
}
.TagClassName
{
border-color: #8CD590;
}
</style>