Shades of De York #83C87C
Tints of De York #83C87C
RGB
CMYK
RGB Variations
Color information
#83C87C (or 0x83C87C) is known color: De York. HEX triplet: 83, C8 and 7C. RGB value is (131,200,124). Sum of RGB (Red+Green+Blue) = 131+200+124=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #83C87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C87C is #7C3783. Grayscale: #AAAAAA. Windows color (decimal): -8140676 or 8177795. OLE color: 8177795.
HSL color Cylindrical-coordinate representation of color #83C87C: hue angle of 114.47º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83C87C is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 124 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.22 |
| HSL | 114.47º | 0.41% | 0.64% | - |
| HSV(B) | 114.47º | 0.38% | 0.78% | - |
| XYZ | 33.65 | 47.59 | 26.48 | - |
| YUV | 170.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 124 | 0.34 | 0 | 0.38 | 0.22 | 114.47 | 0.41 | 0.64 |
| Hex | 83 | C8 | 7C | 22 | 0 | 26 | 16 | 72 | 29 | 40 |
| Octal | 203 | 310 | 174 | 42 | 0 | 46 | 26 | 162 | 51 | 100 |
| Binary | 10000011 | 11001000 | 1111100 | 100010 | 0 | 100110 | 10110 | 1110010 | 101001 | 1000000 |
Color Harmonies of #83C87C
Complementary color
Monochromatic Colors of #83C87C
Black with #83C87C
Text Example
Text Example
White with #83C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C87C; }
p { color: rgb(131,200,124); }
H1.HeaderClassName
{
color: #83C87C;
}
.AnyTagClassName
{
color: #83C87C;
}
</style>
background-color css
<style>
a { background-color: #83C87C; }
a { background-color: rgb(131,200,124); }
div.DivClassName
{
background-color: #83C87C;
}
.BgClassName
{
background-color: #83C87C;
}
</style>
border-color css
<style>
span { border-color: #83C87C; }
span { border-color: rgb(131,200,124); }
td.TdClassName
{
border-color: #83C87C;
}
.TagClassName
{
border-color: #83C87C;
}
</style>