Shades of De York #8CDC7F
Tints of De York #8CDC7F
RGB
CMYK
RGB Variations
Color information
#8CDC7F (or 0x8CDC7F) is known color: De York. HEX triplet: 8C, DC and 7F. RGB value is (140,220,127). Sum of RGB (Red+Green+Blue) = 140+220+127=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC7F is #732380. Grayscale: #B9B9B9. Windows color (decimal): -7545729 or 8379532. OLE color: 8379532.
HSL color Cylindrical-coordinate representation of color #8CDC7F: hue angle of 111.61º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CDC7F is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 127 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.14 |
| HSL | 111.61º | 0.57% | 0.68% | - |
| HSV(B) | 111.61º | 0.42% | 0.86% | - |
| XYZ | 40.24 | 58.29 | 29.21 | - |
| YUV | 185.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 127 | 0.36 | 0 | 0.42 | 0.14 | 111.61 | 0.57 | 0.68 |
| Hex | 8C | DC | 7F | 24 | 0 | 2A | E | 70 | 39 | 44 |
| Octal | 214 | 334 | 177 | 44 | 0 | 52 | 16 | 160 | 71 | 104 |
| Binary | 10001100 | 11011100 | 1111111 | 100100 | 0 | 101010 | 1110 | 1110000 | 111001 | 1000100 |
Color Harmonies of #8CDC7F
Complementary color
Monochromatic Colors of #8CDC7F
Black with #8CDC7F
Text Example
Text Example
White with #8CDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC7F; }
p { color: rgb(140,220,127); }
H1.HeaderClassName
{
color: #8CDC7F;
}
.AnyTagClassName
{
color: #8CDC7F;
}
</style>
background-color css
<style>
a { background-color: #8CDC7F; }
a { background-color: rgb(140,220,127); }
div.DivClassName
{
background-color: #8CDC7F;
}
.BgClassName
{
background-color: #8CDC7F;
}
</style>
border-color css
<style>
span { border-color: #8CDC7F; }
span { border-color: rgb(140,220,127); }
td.TdClassName
{
border-color: #8CDC7F;
}
.TagClassName
{
border-color: #8CDC7F;
}
</style>