Shades of De York #83C180
Tints of De York #83C180
RGB
CMYK
RGB Variations
Color information
#83C180 (or 0x83C180) is known color: De York. HEX triplet: 83, C1 and 80. RGB value is (131,193,128). Sum of RGB (Red+Green+Blue) = 131+193+128=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #83C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C180 is #7C3E7F. Grayscale: #A7A7A7. Windows color (decimal): -8142464 or 8438147. OLE color: 8438147.
HSL color Cylindrical-coordinate representation of color #83C180: hue angle of 117.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C180 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 128 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.24 |
| HSL | 117.23º | 0.34% | 0.63% | - |
| HSV(B) | 117.23º | 0.34% | 0.76% | - |
| XYZ | 32.33 | 44.52 | 27.31 | - |
| YUV | 167.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 128 | 0.32 | 0 | 0.34 | 0.24 | 117.23 | 0.34 | 0.63 |
| Hex | 83 | C1 | 80 | 20 | 0 | 22 | 18 | 75 | 22 | 3F |
| Octal | 203 | 301 | 200 | 40 | 0 | 42 | 30 | 165 | 42 | 77 |
| Binary | 10000011 | 11000001 | 10000000 | 100000 | 0 | 100010 | 11000 | 1110101 | 100010 | 111111 |
Color Harmonies of #83C180
Complementary color
Monochromatic Colors of #83C180
Black with #83C180
Text Example
Text Example
White with #83C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C180; }
p { color: rgb(131,193,128); }
H1.HeaderClassName
{
color: #83C180;
}
.AnyTagClassName
{
color: #83C180;
}
</style>
background-color css
<style>
a { background-color: #83C180; }
a { background-color: rgb(131,193,128); }
div.DivClassName
{
background-color: #83C180;
}
.BgClassName
{
background-color: #83C180;
}
</style>
border-color css
<style>
span { border-color: #83C180; }
span { border-color: rgb(131,193,128); }
td.TdClassName
{
border-color: #83C180;
}
.TagClassName
{
border-color: #83C180;
}
</style>