Shades of De York #8CCE8C
Tints of De York #8CCE8C
RGB
CMYK
RGB Variations
Color information
#8CCE8C (or 0x8CCE8C) is known color: De York. HEX triplet: 8C, CE and 8C. RGB value is (140,206,140). Sum of RGB (Red+Green+Blue) = 140+206+140=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCE8C is #733173. Grayscale: #B2B2B2. Windows color (decimal): -7549300 or 9227916. OLE color: 9227916.
HSL color Cylindrical-coordinate representation of color #8CCE8C: hue angle of 120º 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 #8CCE8C is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 140 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.19 |
| HSL | 120º | 0.4% | 0.68% | - |
| HSV(B) | 120º | 0.32% | 0.81% | - |
| XYZ | 37.62 | 51.61 | 32.79 | - |
| YUV | 178.74 | 106.13 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 140 | 0.32 | 0 | 0.32 | 0.19 | 120 | 0.4 | 0.68 |
| Hex | 8C | CE | 8C | 20 | 0 | 20 | 13 | 78 | 28 | 44 |
| Octal | 214 | 316 | 214 | 40 | 0 | 40 | 23 | 170 | 50 | 104 |
| Binary | 10001100 | 11001110 | 10001100 | 100000 | 0 | 100000 | 10011 | 1111000 | 101000 | 1000100 |
Color Harmonies of #8CCE8C
Complementary color
Monochromatic Colors of #8CCE8C
Black with #8CCE8C
Text Example
Text Example
White with #8CCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE8C; }
p { color: rgb(140,206,140); }
H1.HeaderClassName
{
color: #8CCE8C;
}
.AnyTagClassName
{
color: #8CCE8C;
}
</style>
background-color css
<style>
a { background-color: #8CCE8C; }
a { background-color: rgb(140,206,140); }
div.DivClassName
{
background-color: #8CCE8C;
}
.BgClassName
{
background-color: #8CCE8C;
}
</style>
border-color css
<style>
span { border-color: #8CCE8C; }
span { border-color: rgb(140,206,140); }
td.TdClassName
{
border-color: #8CCE8C;
}
.TagClassName
{
border-color: #8CCE8C;
}
</style>