Shades of De York #83C08D
Tints of De York #83C08D
RGB
CMYK
RGB Variations
Color information
#83C08D (or 0x83C08D) is known color: De York. HEX triplet: 83, C0 and 8D. RGB value is (131,192,141). Sum of RGB (Red+Green+Blue) = 131+192+141=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #83C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C08D is #7C3F72. Grayscale: #A8A8A8. Windows color (decimal): -8142707 or 9289859. OLE color: 9289859.
HSL color Cylindrical-coordinate representation of color #83C08D: hue angle of 129.84º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C08D is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 141 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.25 |
| HSL | 129.84º | 0.33% | 0.63% | - |
| HSV(B) | 129.84º | 0.32% | 0.75% | - |
| XYZ | 33.02 | 44.45 | 32.04 | - |
| YUV | 167.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 141 | 0.32 | 0 | 0.27 | 0.25 | 129.84 | 0.33 | 0.63 |
| Hex | 83 | C0 | 8D | 20 | 0 | 1B | 19 | 82 | 21 | 3F |
| Octal | 203 | 300 | 215 | 40 | 0 | 33 | 31 | 202 | 41 | 77 |
| Binary | 10000011 | 11000000 | 10001101 | 100000 | 0 | 11011 | 11001 | 10000010 | 100001 | 111111 |
Color Harmonies of #83C08D
Complementary color
Monochromatic Colors of #83C08D
Black with #83C08D
Text Example
Text Example
White with #83C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C08D; }
p { color: rgb(131,192,141); }
H1.HeaderClassName
{
color: #83C08D;
}
.AnyTagClassName
{
color: #83C08D;
}
</style>
background-color css
<style>
a { background-color: #83C08D; }
a { background-color: rgb(131,192,141); }
div.DivClassName
{
background-color: #83C08D;
}
.BgClassName
{
background-color: #83C08D;
}
</style>
border-color css
<style>
span { border-color: #83C08D; }
span { border-color: rgb(131,192,141); }
td.TdClassName
{
border-color: #83C08D;
}
.TagClassName
{
border-color: #83C08D;
}
</style>