Shades of De York #83BC7D
Tints of De York #83BC7D
RGB
CMYK
RGB Variations
Color information
#83BC7D (or 0x83BC7D) is known color: De York. HEX triplet: 83, BC and 7D. RGB value is (131,188,125). Sum of RGB (Red+Green+Blue) = 131+188+125=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC7D is #7C4382. Grayscale: #A3A3A3. Windows color (decimal): -8143747 or 8240259. OLE color: 8240259.
HSL color Cylindrical-coordinate representation of color #83BC7D: hue angle of 114.29º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83BC7D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 125 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.26 |
| HSL | 114.29º | 0.32% | 0.61% | - |
| HSV(B) | 114.29º | 0.34% | 0.74% | - |
| XYZ | 31.04 | 42.27 | 25.93 | - |
| YUV | 163.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 125 | 0.30 | 0 | 0.34 | 0.26 | 114.29 | 0.32 | 0.61 |
| Hex | 83 | BC | 7D | 1E | 0 | 22 | 1A | 72 | 20 | 3D |
| Octal | 203 | 274 | 175 | 36 | 0 | 42 | 32 | 162 | 40 | 75 |
| Binary | 10000011 | 10111100 | 1111101 | 11110 | 0 | 100010 | 11010 | 1110010 | 100000 | 111101 |
Color Harmonies of #83BC7D
Complementary color
Monochromatic Colors of #83BC7D
Black with #83BC7D
Text Example
Text Example
White with #83BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC7D; }
p { color: rgb(131,188,125); }
H1.HeaderClassName
{
color: #83BC7D;
}
.AnyTagClassName
{
color: #83BC7D;
}
</style>
background-color css
<style>
a { background-color: #83BC7D; }
a { background-color: rgb(131,188,125); }
div.DivClassName
{
background-color: #83BC7D;
}
.BgClassName
{
background-color: #83BC7D;
}
</style>
border-color css
<style>
span { border-color: #83BC7D; }
span { border-color: rgb(131,188,125); }
td.TdClassName
{
border-color: #83BC7D;
}
.TagClassName
{
border-color: #83BC7D;
}
</style>