Shades of De York #83C875
Tints of De York #83C875
RGB
CMYK
RGB Variations
Color information
#83C875 (or 0x83C875) is known color: De York. HEX triplet: 83, C8 and 75. RGB value is (131,200,117). Sum of RGB (Red+Green+Blue) = 131+200+117=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #83C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C875 is #7C378A. Grayscale: #AAAAAA. Windows color (decimal): -8140683 or 7719043. OLE color: 7719043.
HSL color Cylindrical-coordinate representation of color #83C875: hue angle of 109.88º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83C875 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 117 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.22 |
| HSL | 109.88º | 0.43% | 0.62% | - |
| HSV(B) | 109.88º | 0.42% | 0.78% | - |
| XYZ | 33.23 | 47.42 | 24.23 | - |
| YUV | 169.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 117 | 0.34 | 0 | 0.42 | 0.22 | 109.88 | 0.43 | 0.62 |
| Hex | 83 | C8 | 75 | 22 | 0 | 2A | 16 | 6E | 2B | 3E |
| Octal | 203 | 310 | 165 | 42 | 0 | 52 | 26 | 156 | 53 | 76 |
| Binary | 10000011 | 11001000 | 1110101 | 100010 | 0 | 101010 | 10110 | 1101110 | 101011 | 111110 |
Color Harmonies of #83C875
Complementary color
Monochromatic Colors of #83C875
Black with #83C875
Text Example
Text Example
White with #83C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C875; }
p { color: rgb(131,200,117); }
H1.HeaderClassName
{
color: #83C875;
}
.AnyTagClassName
{
color: #83C875;
}
</style>
background-color css
<style>
a { background-color: #83C875; }
a { background-color: rgb(131,200,117); }
div.DivClassName
{
background-color: #83C875;
}
.BgClassName
{
background-color: #83C875;
}
</style>
border-color css
<style>
span { border-color: #83C875; }
span { border-color: rgb(131,200,117); }
td.TdClassName
{
border-color: #83C875;
}
.TagClassName
{
border-color: #83C875;
}
</style>