Shades of De York #83C787
Tints of De York #83C787
RGB
CMYK
RGB Variations
Color information
#83C787 (or 0x83C787) is known color: De York. HEX triplet: 83, C7 and 87. RGB value is (131,199,135). Sum of RGB (Red+Green+Blue) = 131+199+135=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #83C787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C787 is #7C3878. Grayscale: #ABABAB. Windows color (decimal): -8140921 or 8898435. OLE color: 8898435.
HSL color Cylindrical-coordinate representation of color #83C787: hue angle of 123.53º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C787 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 135 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.22 |
| HSL | 123.53º | 0.38% | 0.65% | - |
| HSV(B) | 123.53º | 0.34% | 0.78% | - |
| XYZ | 34.16 | 47.42 | 30.27 | - |
| YUV | 171.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 135 | 0.34 | 0 | 0.32 | 0.22 | 123.53 | 0.38 | 0.65 |
| Hex | 83 | C7 | 87 | 22 | 0 | 20 | 16 | 7C | 26 | 41 |
| Octal | 203 | 307 | 207 | 42 | 0 | 40 | 26 | 174 | 46 | 101 |
| Binary | 10000011 | 11000111 | 10000111 | 100010 | 0 | 100000 | 10110 | 1111100 | 100110 | 1000001 |
Color Harmonies of #83C787
Complementary color
Monochromatic Colors of #83C787
Black with #83C787
Text Example
Text Example
White with #83C787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C787; }
p { color: rgb(131,199,135); }
H1.HeaderClassName
{
color: #83C787;
}
.AnyTagClassName
{
color: #83C787;
}
</style>
background-color css
<style>
a { background-color: #83C787; }
a { background-color: rgb(131,199,135); }
div.DivClassName
{
background-color: #83C787;
}
.BgClassName
{
background-color: #83C787;
}
</style>
border-color css
<style>
span { border-color: #83C787; }
span { border-color: rgb(131,199,135); }
td.TdClassName
{
border-color: #83C787;
}
.TagClassName
{
border-color: #83C787;
}
</style>