Shades of De York #8BD284
Tints of De York #8BD284
RGB
CMYK
RGB Variations
Color information
#8BD284 (or 0x8BD284) is known color: De York. HEX triplet: 8B, D2 and 84. RGB value is (139,210,132). Sum of RGB (Red+Green+Blue) = 139+210+132=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD284 is #742D7B. Grayscale: #B4B4B4. Windows color (decimal): -7613820 or 8704651. OLE color: 8704651.
HSL color Cylindrical-coordinate representation of color #8BD284: hue angle of 114.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD284 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 210 | 132 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.18 |
| HSL | 114.62º | 0.46% | 0.67% | - |
| HSV(B) | 114.62º | 0.37% | 0.82% | - |
| XYZ | 37.86 | 53.25 | 30.11 | - |
| YUV | 179.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 210 | 132 | 0.34 | 0 | 0.37 | 0.18 | 114.62 | 0.46 | 0.67 |
| Hex | 8B | D2 | 84 | 22 | 0 | 25 | 12 | 73 | 2E | 43 |
| Octal | 213 | 322 | 204 | 42 | 0 | 45 | 22 | 163 | 56 | 103 |
| Binary | 10001011 | 11010010 | 10000100 | 100010 | 0 | 100101 | 10010 | 1110011 | 101110 | 1000011 |
Color Harmonies of #8BD284
Complementary color
Monochromatic Colors of #8BD284
Black with #8BD284
Text Example
Text Example
White with #8BD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD284; }
p { color: rgb(139,210,132); }
H1.HeaderClassName
{
color: #8BD284;
}
.AnyTagClassName
{
color: #8BD284;
}
</style>
background-color css
<style>
a { background-color: #8BD284; }
a { background-color: rgb(139,210,132); }
div.DivClassName
{
background-color: #8BD284;
}
.BgClassName
{
background-color: #8BD284;
}
</style>
border-color css
<style>
span { border-color: #8BD284; }
span { border-color: rgb(139,210,132); }
td.TdClassName
{
border-color: #8BD284;
}
.TagClassName
{
border-color: #8BD284;
}
</style>