Shades of De York #83C984
Tints of De York #83C984
RGB
CMYK
RGB Variations
Color information
#83C984 (or 0x83C984) is known color: De York. HEX triplet: 83, C9 and 84. RGB value is (131,201,132). Sum of RGB (Red+Green+Blue) = 131+201+132=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #83C984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C984 is #7C367B. Grayscale: #ACACAC. Windows color (decimal): -8140412 or 8702339. OLE color: 8702339.
HSL color Cylindrical-coordinate representation of color #83C984: hue angle of 120.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C984 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 132 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.21 |
| HSL | 120.86º | 0.39% | 0.65% | - |
| HSV(B) | 120.86º | 0.35% | 0.79% | - |
| XYZ | 34.41 | 48.26 | 29.33 | - |
| YUV | 172.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 132 | 0.35 | 0 | 0.34 | 0.21 | 120.86 | 0.39 | 0.65 |
| Hex | 83 | C9 | 84 | 23 | 0 | 22 | 15 | 79 | 27 | 41 |
| Octal | 203 | 311 | 204 | 43 | 0 | 42 | 25 | 171 | 47 | 101 |
| Binary | 10000011 | 11001001 | 10000100 | 100011 | 0 | 100010 | 10101 | 1111001 | 100111 | 1000001 |
Color Harmonies of #83C984
Complementary color
Monochromatic Colors of #83C984
Black with #83C984
Text Example
Text Example
White with #83C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C984; }
p { color: rgb(131,201,132); }
H1.HeaderClassName
{
color: #83C984;
}
.AnyTagClassName
{
color: #83C984;
}
</style>
background-color css
<style>
a { background-color: #83C984; }
a { background-color: rgb(131,201,132); }
div.DivClassName
{
background-color: #83C984;
}
.BgClassName
{
background-color: #83C984;
}
</style>
border-color css
<style>
span { border-color: #83C984; }
span { border-color: rgb(131,201,132); }
td.TdClassName
{
border-color: #83C984;
}
.TagClassName
{
border-color: #83C984;
}
</style>