Shades of De York #8CC682
Tints of De York #8CC682
RGB
CMYK
RGB Variations
Color information
#8CC682 (or 0x8CC682) is known color: De York. HEX triplet: 8C, C6 and 82. RGB value is (140,198,130). Sum of RGB (Red+Green+Blue) = 140+198+130=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC682 is #73397D. Grayscale: #ADADAD. Windows color (decimal): -7551358 or 8570508. OLE color: 8570508.
HSL color Cylindrical-coordinate representation of color #8CC682: hue angle of 111.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CC682 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 130 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.22 |
| HSL | 111.18º | 0.37% | 0.64% | - |
| HSV(B) | 111.18º | 0.34% | 0.78% | - |
| XYZ | 35.04 | 47.58 | 28.46 | - |
| YUV | 172.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 130 | 0.29 | 0 | 0.34 | 0.22 | 111.18 | 0.37 | 0.64 |
| Hex | 8C | C6 | 82 | 1D | 0 | 22 | 16 | 6F | 25 | 40 |
| Octal | 214 | 306 | 202 | 35 | 0 | 42 | 26 | 157 | 45 | 100 |
| Binary | 10001100 | 11000110 | 10000010 | 11101 | 0 | 100010 | 10110 | 1101111 | 100101 | 1000000 |
Color Harmonies of #8CC682
Complementary color
Monochromatic Colors of #8CC682
Black with #8CC682
Text Example
Text Example
White with #8CC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC682; }
p { color: rgb(140,198,130); }
H1.HeaderClassName
{
color: #8CC682;
}
.AnyTagClassName
{
color: #8CC682;
}
</style>
background-color css
<style>
a { background-color: #8CC682; }
a { background-color: rgb(140,198,130); }
div.DivClassName
{
background-color: #8CC682;
}
.BgClassName
{
background-color: #8CC682;
}
</style>
border-color css
<style>
span { border-color: #8CC682; }
span { border-color: rgb(140,198,130); }
td.TdClassName
{
border-color: #8CC682;
}
.TagClassName
{
border-color: #8CC682;
}
</style>