Shades of De York #8CCE7B
Tints of De York #8CCE7B
RGB
CMYK
RGB Variations
Color information
#8CCE7B (or 0x8CCE7B) is known color: De York. HEX triplet: 8C, CE and 7B. RGB value is (140,206,123). Sum of RGB (Red+Green+Blue) = 140+206+123=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE7B is #733184. Grayscale: #B1B1B1. Windows color (decimal): -7549317 or 8113804. OLE color: 8113804.
HSL color Cylindrical-coordinate representation of color #8CCE7B: hue angle of 107.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCE7B is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 123 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.19 |
| HSL | 107.71º | 0.46% | 0.65% | - |
| HSV(B) | 107.71º | 0.4% | 0.81% | - |
| XYZ | 36.46 | 51.15 | 26.69 | - |
| YUV | 176.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 123 | 0.32 | 0 | 0.40 | 0.19 | 107.71 | 0.46 | 0.65 |
| Hex | 8C | CE | 7B | 20 | 0 | 28 | 13 | 6C | 2E | 41 |
| Octal | 214 | 316 | 173 | 40 | 0 | 50 | 23 | 154 | 56 | 101 |
| Binary | 10001100 | 11001110 | 1111011 | 100000 | 0 | 101000 | 10011 | 1101100 | 101110 | 1000001 |
Color Harmonies of #8CCE7B
Complementary color
Monochromatic Colors of #8CCE7B
Black with #8CCE7B
Text Example
Text Example
White with #8CCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE7B; }
p { color: rgb(140,206,123); }
H1.HeaderClassName
{
color: #8CCE7B;
}
.AnyTagClassName
{
color: #8CCE7B;
}
</style>
background-color css
<style>
a { background-color: #8CCE7B; }
a { background-color: rgb(140,206,123); }
div.DivClassName
{
background-color: #8CCE7B;
}
.BgClassName
{
background-color: #8CCE7B;
}
</style>
border-color css
<style>
span { border-color: #8CCE7B; }
span { border-color: rgb(140,206,123); }
td.TdClassName
{
border-color: #8CCE7B;
}
.TagClassName
{
border-color: #8CCE7B;
}
</style>