Shades of De York #8CCF8C
Tints of De York #8CCF8C
RGB
CMYK
RGB Variations
Color information
#8CCF8C (or 0x8CCF8C) is known color: De York. HEX triplet: 8C, CF and 8C. RGB value is (140,207,140). Sum of RGB (Red+Green+Blue) = 140+207+140=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF8C is #733073. Grayscale: #B3B3B3. Windows color (decimal): -7549044 or 9228172. OLE color: 9228172.
HSL color Cylindrical-coordinate representation of color #8CCF8C: hue angle of 120º degrees, saturation: 0.41, 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 #8CCF8C is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 140 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.19 |
| HSL | 120º | 0.41% | 0.68% | - |
| HSV(B) | 120º | 0.32% | 0.81% | - |
| XYZ | 37.86 | 52.09 | 32.87 | - |
| YUV | 179.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 140 | 0.32 | 0 | 0.32 | 0.19 | 120 | 0.41 | 0.68 |
| Hex | 8C | CF | 8C | 20 | 0 | 20 | 13 | 78 | 29 | 44 |
| Octal | 214 | 317 | 214 | 40 | 0 | 40 | 23 | 170 | 51 | 104 |
| Binary | 10001100 | 11001111 | 10001100 | 100000 | 0 | 100000 | 10011 | 1111000 | 101001 | 1000100 |
Color Harmonies of #8CCF8C
Complementary color
Monochromatic Colors of #8CCF8C
Black with #8CCF8C
Text Example
Text Example
White with #8CCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF8C; }
p { color: rgb(140,207,140); }
H1.HeaderClassName
{
color: #8CCF8C;
}
.AnyTagClassName
{
color: #8CCF8C;
}
</style>
background-color css
<style>
a { background-color: #8CCF8C; }
a { background-color: rgb(140,207,140); }
div.DivClassName
{
background-color: #8CCF8C;
}
.BgClassName
{
background-color: #8CCF8C;
}
</style>
border-color css
<style>
span { border-color: #8CCF8C; }
span { border-color: rgb(140,207,140); }
td.TdClassName
{
border-color: #8CCF8C;
}
.TagClassName
{
border-color: #8CCF8C;
}
</style>