Shades of De York #83C38C
Tints of De York #83C38C
RGB
CMYK
RGB Variations
Color information
#83C38C (or 0x83C38C) is known color: De York. HEX triplet: 83, C3 and 8C. RGB value is (131,195,140). Sum of RGB (Red+Green+Blue) = 131+195+140=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #83C38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C38C is #7C3C73. Grayscale: #A9A9A9. Windows color (decimal): -8141940 or 9225091. OLE color: 9225091.
HSL color Cylindrical-coordinate representation of color #83C38C: hue angle of 128.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C38C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 140 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.24 |
| HSL | 128.44º | 0.35% | 0.64% | - |
| HSV(B) | 128.44º | 0.33% | 0.76% | - |
| XYZ | 33.61 | 45.75 | 31.87 | - |
| YUV | 169.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 140 | 0.33 | 0 | 0.28 | 0.24 | 128.44 | 0.35 | 0.64 |
| Hex | 83 | C3 | 8C | 21 | 0 | 1C | 18 | 80 | 23 | 40 |
| Octal | 203 | 303 | 214 | 41 | 0 | 34 | 30 | 200 | 43 | 100 |
| Binary | 10000011 | 11000011 | 10001100 | 100001 | 0 | 11100 | 11000 | 10000000 | 100011 | 1000000 |
Color Harmonies of #83C38C
Complementary color
Monochromatic Colors of #83C38C
Black with #83C38C
Text Example
Text Example
White with #83C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C38C; }
p { color: rgb(131,195,140); }
H1.HeaderClassName
{
color: #83C38C;
}
.AnyTagClassName
{
color: #83C38C;
}
</style>
background-color css
<style>
a { background-color: #83C38C; }
a { background-color: rgb(131,195,140); }
div.DivClassName
{
background-color: #83C38C;
}
.BgClassName
{
background-color: #83C38C;
}
</style>
border-color css
<style>
span { border-color: #83C38C; }
span { border-color: rgb(131,195,140); }
td.TdClassName
{
border-color: #83C38C;
}
.TagClassName
{
border-color: #83C38C;
}
</style>