Shades of De York #83C183
Tints of De York #83C183
RGB
CMYK
RGB Variations
Color information
#83C183 (or 0x83C183) is known color: De York. HEX triplet: 83, C1 and 83. RGB value is (131,193,131). Sum of RGB (Red+Green+Blue) = 131+193+131=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #83C183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C183 is #7C3E7C. Grayscale: #A7A7A7. Windows color (decimal): -8142461 or 8634755. OLE color: 8634755.
HSL color Cylindrical-coordinate representation of color #83C183: hue angle of 120º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C183 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 131 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.24 |
| HSL | 120º | 0.33% | 0.64% | - |
| HSV(B) | 120º | 0.32% | 0.76% | - |
| XYZ | 32.53 | 44.6 | 28.37 | - |
| YUV | 167.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 131 | 0.32 | 0 | 0.32 | 0.24 | 120 | 0.33 | 0.64 |
| Hex | 83 | C1 | 83 | 20 | 0 | 20 | 18 | 78 | 21 | 40 |
| Octal | 203 | 301 | 203 | 40 | 0 | 40 | 30 | 170 | 41 | 100 |
| Binary | 10000011 | 11000001 | 10000011 | 100000 | 0 | 100000 | 11000 | 1111000 | 100001 | 1000000 |
Color Harmonies of #83C183
Complementary color
Monochromatic Colors of #83C183
Black with #83C183
Text Example
Text Example
White with #83C183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C183; }
p { color: rgb(131,193,131); }
H1.HeaderClassName
{
color: #83C183;
}
.AnyTagClassName
{
color: #83C183;
}
</style>
background-color css
<style>
a { background-color: #83C183; }
a { background-color: rgb(131,193,131); }
div.DivClassName
{
background-color: #83C183;
}
.BgClassName
{
background-color: #83C183;
}
</style>
border-color css
<style>
span { border-color: #83C183; }
span { border-color: rgb(131,193,131); }
td.TdClassName
{
border-color: #83C183;
}
.TagClassName
{
border-color: #83C183;
}
</style>