Shades of De York #8CC88E
Tints of De York #8CC88E
RGB
CMYK
RGB Variations
Color information
#8CC88E (or 0x8CC88E) is known color: De York. HEX triplet: 8C, C8 and 8E. RGB value is (140,200,142). Sum of RGB (Red+Green+Blue) = 140+200+142=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC88E is #733771. Grayscale: #AFAFAF. Windows color (decimal): -7550834 or 9357452. OLE color: 9357452.
HSL color Cylindrical-coordinate representation of color #8CC88E: hue angle of 122º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC88E is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 142 | - |
| CMYK | 0.3 | 0 | 0.29 | 0.22 |
| HSL | 122º | 0.35% | 0.67% | - |
| HSV(B) | 122º | 0.3% | 0.78% | - |
| XYZ | 36.35 | 48.84 | 33.1 | - |
| YUV | 175.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 142 | 0.3 | 0 | 0.29 | 0.22 | 122 | 0.35 | 0.67 |
| Hex | 8C | C8 | 8E | 1E | 0 | 1D | 16 | 7A | 23 | 43 |
| Octal | 214 | 310 | 216 | 36 | 0 | 35 | 26 | 172 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10001110 | 11110 | 0 | 11101 | 10110 | 1111010 | 100011 | 1000011 |
Color Harmonies of #8CC88E
Complementary color
Monochromatic Colors of #8CC88E
Black with #8CC88E
Text Example
Text Example
White with #8CC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC88E; }
p { color: rgb(140,200,142); }
H1.HeaderClassName
{
color: #8CC88E;
}
.AnyTagClassName
{
color: #8CC88E;
}
</style>
background-color css
<style>
a { background-color: #8CC88E; }
a { background-color: rgb(140,200,142); }
div.DivClassName
{
background-color: #8CC88E;
}
.BgClassName
{
background-color: #8CC88E;
}
</style>
border-color css
<style>
span { border-color: #8CC88E; }
span { border-color: rgb(140,200,142); }
td.TdClassName
{
border-color: #8CC88E;
}
.TagClassName
{
border-color: #8CC88E;
}
</style>