Shades of De York #8BCD7B
Tints of De York #8BCD7B
RGB
CMYK
RGB Variations
Color information
#8BCD7B (or 0x8BCD7B) is known color: De York. HEX triplet: 8B, CD and 7B. RGB value is (139,205,123). Sum of RGB (Red+Green+Blue) = 139+205+123=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD7B is #743284. Grayscale: #B0B0B0. Windows color (decimal): -7615109 or 8113547. OLE color: 8113547.
HSL color Cylindrical-coordinate representation of color #8BCD7B: hue angle of 108.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCD7B is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 205 | 123 | - |
| CMYK | 0.32 | 0 | 0.4 | 0.20 |
| HSL | 108.29º | 0.45% | 0.64% | - |
| HSV(B) | 108.29º | 0.4% | 0.8% | - |
| XYZ | 36.05 | 50.58 | 26.6 | - |
| YUV | 175.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 123 | 0.32 | 0 | 0.4 | 0.20 | 108.29 | 0.45 | 0.64 |
| Hex | 8B | CD | 7B | 20 | 0 | 28 | 14 | 6C | 2D | 40 |
| Octal | 213 | 315 | 173 | 40 | 0 | 50 | 24 | 154 | 55 | 100 |
| Binary | 10001011 | 11001101 | 1111011 | 100000 | 0 | 101000 | 10100 | 1101100 | 101101 | 1000000 |
Color Harmonies of #8BCD7B
Complementary color
Monochromatic Colors of #8BCD7B
Black with #8BCD7B
Text Example
Text Example
White with #8BCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCD7B; }
p { color: rgb(139,205,123); }
H1.HeaderClassName
{
color: #8BCD7B;
}
.AnyTagClassName
{
color: #8BCD7B;
}
</style>
background-color css
<style>
a { background-color: #8BCD7B; }
a { background-color: rgb(139,205,123); }
div.DivClassName
{
background-color: #8BCD7B;
}
.BgClassName
{
background-color: #8BCD7B;
}
</style>
border-color css
<style>
span { border-color: #8BCD7B; }
span { border-color: rgb(139,205,123); }
td.TdClassName
{
border-color: #8BCD7B;
}
.TagClassName
{
border-color: #8BCD7B;
}
</style>