Shades of De York #8CD38C
Tints of De York #8CD38C
RGB
CMYK
RGB Variations
Color information
#8CD38C (or 0x8CD38C) is known color: De York. HEX triplet: 8C, D3 and 8C. RGB value is (140,211,140). Sum of RGB (Red+Green+Blue) = 140+211+140=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD38C is #732C73. Grayscale: #B5B5B5. Windows color (decimal): -7548020 or 9229196. OLE color: 9229196.
HSL color Cylindrical-coordinate representation of color #8CD38C: hue angle of 120º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD38C is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 140 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.17 |
| HSL | 120º | 0.45% | 0.69% | - |
| HSV(B) | 120º | 0.34% | 0.83% | - |
| XYZ | 38.84 | 54.06 | 33.2 | - |
| YUV | 181.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 140 | 0.34 | 0 | 0.34 | 0.17 | 120 | 0.45 | 0.69 |
| Hex | 8C | D3 | 8C | 22 | 0 | 22 | 11 | 78 | 2D | 45 |
| Octal | 214 | 323 | 214 | 42 | 0 | 42 | 21 | 170 | 55 | 105 |
| Binary | 10001100 | 11010011 | 10001100 | 100010 | 0 | 100010 | 10001 | 1111000 | 101101 | 1000101 |
Color Harmonies of #8CD38C
Complementary color
Monochromatic Colors of #8CD38C
Black with #8CD38C
Text Example
Text Example
White with #8CD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD38C; }
p { color: rgb(140,211,140); }
H1.HeaderClassName
{
color: #8CD38C;
}
.AnyTagClassName
{
color: #8CD38C;
}
</style>
background-color css
<style>
a { background-color: #8CD38C; }
a { background-color: rgb(140,211,140); }
div.DivClassName
{
background-color: #8CD38C;
}
.BgClassName
{
background-color: #8CD38C;
}
</style>
border-color css
<style>
span { border-color: #8CD38C; }
span { border-color: rgb(140,211,140); }
td.TdClassName
{
border-color: #8CD38C;
}
.TagClassName
{
border-color: #8CD38C;
}
</style>