Shades of De York #83C87B
Tints of De York #83C87B
RGB
CMYK
RGB Variations
Color information
#83C87B (or 0x83C87B) is known color: De York. HEX triplet: 83, C8 and 7B. RGB value is (131,200,123). Sum of RGB (Red+Green+Blue) = 131+200+123=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 200 - color contains mainly: green. Hex color #83C87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C87B is #7C3784. Grayscale: #AAAAAA. Windows color (decimal): -8140677 or 8112259. OLE color: 8112259.
HSL color Cylindrical-coordinate representation of color #83C87B: hue angle of 113.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83C87B is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 123 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.22 |
| HSL | 113.77º | 0.41% | 0.63% | - |
| HSV(B) | 113.77º | 0.39% | 0.78% | - |
| XYZ | 33.59 | 47.56 | 26.15 | - |
| YUV | 170.59 | 101.14 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 123 | 0.34 | 0 | 0.38 | 0.22 | 113.77 | 0.41 | 0.63 |
| Hex | 83 | C8 | 7B | 22 | 0 | 26 | 16 | 72 | 29 | 3F |
| Octal | 203 | 310 | 173 | 42 | 0 | 46 | 26 | 162 | 51 | 77 |
| Binary | 10000011 | 11001000 | 1111011 | 100010 | 0 | 100110 | 10110 | 1110010 | 101001 | 111111 |
Color Harmonies of #83C87B
Complementary color
Monochromatic Colors of #83C87B
Black with #83C87B
Text Example
Text Example
White with #83C87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C87B; }
p { color: rgb(131,200,123); }
H1.HeaderClassName
{
color: #83C87B;
}
.AnyTagClassName
{
color: #83C87B;
}
</style>
background-color css
<style>
a { background-color: #83C87B; }
a { background-color: rgb(131,200,123); }
div.DivClassName
{
background-color: #83C87B;
}
.BgClassName
{
background-color: #83C87B;
}
</style>
border-color css
<style>
span { border-color: #83C87B; }
span { border-color: rgb(131,200,123); }
td.TdClassName
{
border-color: #83C87B;
}
.TagClassName
{
border-color: #83C87B;
}
</style>