Shades of De York #8CD490
Tints of De York #8CD490
RGB
CMYK
RGB Variations
Color information
#8CD490 (or 0x8CD490) is known color: De York. HEX triplet: 8C, D4 and 90. RGB value is (140,212,144). Sum of RGB (Red+Green+Blue) = 140+212+144=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD490 is #732B6F. Grayscale: #B6B6B6. Windows color (decimal): -7547760 or 9491596. OLE color: 9491596.
HSL color Cylindrical-coordinate representation of color #8CD490: hue angle of 123.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD490 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 212 | 144 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.17 |
| HSL | 123.33º | 0.46% | 0.69% | - |
| HSV(B) | 123.33º | 0.34% | 0.83% | - |
| XYZ | 39.39 | 54.68 | 34.86 | - |
| YUV | 182.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 212 | 144 | 0.34 | 0 | 0.32 | 0.17 | 123.33 | 0.46 | 0.69 |
| Hex | 8C | D4 | 90 | 22 | 0 | 20 | 11 | 7B | 2E | 45 |
| Octal | 214 | 324 | 220 | 42 | 0 | 40 | 21 | 173 | 56 | 105 |
| Binary | 10001100 | 11010100 | 10010000 | 100010 | 0 | 100000 | 10001 | 1111011 | 101110 | 1000101 |
Color Harmonies of #8CD490
Complementary color
Monochromatic Colors of #8CD490
Black with #8CD490
Text Example
Text Example
White with #8CD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD490; }
p { color: rgb(140,212,144); }
H1.HeaderClassName
{
color: #8CD490;
}
.AnyTagClassName
{
color: #8CD490;
}
</style>
background-color css
<style>
a { background-color: #8CD490; }
a { background-color: rgb(140,212,144); }
div.DivClassName
{
background-color: #8CD490;
}
.BgClassName
{
background-color: #8CD490;
}
</style>
border-color css
<style>
span { border-color: #8CD490; }
span { border-color: rgb(140,212,144); }
td.TdClassName
{
border-color: #8CD490;
}
.TagClassName
{
border-color: #8CD490;
}
</style>