Shades of De York #83C38E
Tints of De York #83C38E
RGB
CMYK
RGB Variations
Color information
#83C38E (or 0x83C38E) is known color: De York. HEX triplet: 83, C3 and 8E. RGB value is (131,195,142). Sum of RGB (Red+Green+Blue) = 131+195+142=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #83C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C38E is #7C3C71. Grayscale: #A9A9A9. Windows color (decimal): -8141938 or 9356163. OLE color: 9356163.
HSL color Cylindrical-coordinate representation of color #83C38E: hue angle of 130.31º 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 #83C38E is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 142 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.24 |
| HSL | 130.31º | 0.35% | 0.64% | - |
| HSV(B) | 130.31º | 0.33% | 0.76% | - |
| XYZ | 33.76 | 45.81 | 32.65 | - |
| YUV | 169.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 142 | 0.33 | 0 | 0.27 | 0.24 | 130.31 | 0.35 | 0.64 |
| Hex | 83 | C3 | 8E | 21 | 0 | 1B | 18 | 82 | 23 | 40 |
| Octal | 203 | 303 | 216 | 41 | 0 | 33 | 30 | 202 | 43 | 100 |
| Binary | 10000011 | 11000011 | 10001110 | 100001 | 0 | 11011 | 11000 | 10000010 | 100011 | 1000000 |
Color Harmonies of #83C38E
Complementary color
Monochromatic Colors of #83C38E
Black with #83C38E
Text Example
Text Example
White with #83C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C38E; }
p { color: rgb(131,195,142); }
H1.HeaderClassName
{
color: #83C38E;
}
.AnyTagClassName
{
color: #83C38E;
}
</style>
background-color css
<style>
a { background-color: #83C38E; }
a { background-color: rgb(131,195,142); }
div.DivClassName
{
background-color: #83C38E;
}
.BgClassName
{
background-color: #83C38E;
}
</style>
border-color css
<style>
span { border-color: #83C38E; }
span { border-color: rgb(131,195,142); }
td.TdClassName
{
border-color: #83C38E;
}
.TagClassName
{
border-color: #83C38E;
}
</style>