Shades of De York #8CD38B
Tints of De York #8CD38B
RGB
CMYK
RGB Variations
Color information
#8CD38B (or 0x8CD38B) is known color: De York. HEX triplet: 8C, D3 and 8B. RGB value is (140,211,139). Sum of RGB (Red+Green+Blue) = 140+211+139=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD38B is #732C74. Grayscale: #B5B5B5. Windows color (decimal): -7548021 or 9163660. OLE color: 9163660.
HSL color Cylindrical-coordinate representation of color #8CD38B: hue angle of 119.17º 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 #8CD38B is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 139 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.17 |
| HSL | 119.17º | 0.45% | 0.69% | - |
| HSV(B) | 119.17º | 0.34% | 0.83% | - |
| XYZ | 38.77 | 54.03 | 32.81 | - |
| YUV | 181.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 139 | 0.34 | 0 | 0.34 | 0.17 | 119.17 | 0.45 | 0.69 |
| Hex | 8C | D3 | 8B | 22 | 0 | 22 | 11 | 77 | 2D | 45 |
| Octal | 214 | 323 | 213 | 42 | 0 | 42 | 21 | 167 | 55 | 105 |
| Binary | 10001100 | 11010011 | 10001011 | 100010 | 0 | 100010 | 10001 | 1110111 | 101101 | 1000101 |
Color Harmonies of #8CD38B
Complementary color
Monochromatic Colors of #8CD38B
Black with #8CD38B
Text Example
Text Example
White with #8CD38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD38B; }
p { color: rgb(140,211,139); }
H1.HeaderClassName
{
color: #8CD38B;
}
.AnyTagClassName
{
color: #8CD38B;
}
</style>
background-color css
<style>
a { background-color: #8CD38B; }
a { background-color: rgb(140,211,139); }
div.DivClassName
{
background-color: #8CD38B;
}
.BgClassName
{
background-color: #8CD38B;
}
</style>
border-color css
<style>
span { border-color: #8CD38B; }
span { border-color: rgb(140,211,139); }
td.TdClassName
{
border-color: #8CD38B;
}
.TagClassName
{
border-color: #8CD38B;
}
</style>