Shades of De York #8CCE90
Tints of De York #8CCE90
RGB
CMYK
RGB Variations
Color information
#8CCE90 (or 0x8CCE90) is known color: De York. HEX triplet: 8C, CE and 90. RGB value is (140,206,144). Sum of RGB (Red+Green+Blue) = 140+206+144=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCE90 is #73316F. Grayscale: #B3B3B3. Windows color (decimal): -7549296 or 9490060. OLE color: 9490060.
HSL color Cylindrical-coordinate representation of color #8CCE90: hue angle of 123.64º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCE90 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 144 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.19 |
| HSL | 123.64º | 0.4% | 0.68% | - |
| HSV(B) | 123.64º | 0.32% | 0.81% | - |
| XYZ | 37.92 | 51.73 | 34.37 | - |
| YUV | 179.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 144 | 0.32 | 0 | 0.30 | 0.19 | 123.64 | 0.4 | 0.68 |
| Hex | 8C | CE | 90 | 20 | 0 | 1E | 13 | 7C | 28 | 44 |
| Octal | 214 | 316 | 220 | 40 | 0 | 36 | 23 | 174 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10010000 | 100000 | 0 | 11110 | 10011 | 1111100 | 101000 | 1000100 |
Color Harmonies of #8CCE90
Complementary color
Monochromatic Colors of #8CCE90
Black with #8CCE90
Text Example
Text Example
White with #8CCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE90; }
p { color: rgb(140,206,144); }
H1.HeaderClassName
{
color: #8CCE90;
}
.AnyTagClassName
{
color: #8CCE90;
}
</style>
background-color css
<style>
a { background-color: #8CCE90; }
a { background-color: rgb(140,206,144); }
div.DivClassName
{
background-color: #8CCE90;
}
.BgClassName
{
background-color: #8CCE90;
}
</style>
border-color css
<style>
span { border-color: #8CCE90; }
span { border-color: rgb(140,206,144); }
td.TdClassName
{
border-color: #8CCE90;
}
.TagClassName
{
border-color: #8CCE90;
}
</style>