Shades of De York #83C08F
Tints of De York #83C08F
RGB
CMYK
RGB Variations
Color information
#83C08F (or 0x83C08F) is known color: De York. HEX triplet: 83, C0 and 8F. RGB value is (131,192,143). Sum of RGB (Red+Green+Blue) = 131+192+143=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #83C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C08F is #7C3F70. Grayscale: #A8A8A8. Windows color (decimal): -8142705 or 9420931. OLE color: 9420931.
HSL color Cylindrical-coordinate representation of color #83C08F: hue angle of 131.8º 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 #83C08F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 143 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.25 |
| HSL | 131.8º | 0.33% | 0.63% | - |
| HSV(B) | 131.8º | 0.32% | 0.75% | - |
| XYZ | 33.17 | 44.51 | 32.83 | - |
| YUV | 168.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 143 | 0.32 | 0 | 0.26 | 0.25 | 131.8 | 0.33 | 0.63 |
| Hex | 83 | C0 | 8F | 20 | 0 | 1A | 19 | 84 | 21 | 3F |
| Octal | 203 | 300 | 217 | 40 | 0 | 32 | 31 | 204 | 41 | 77 |
| Binary | 10000011 | 11000000 | 10001111 | 100000 | 0 | 11010 | 11001 | 10000100 | 100001 | 111111 |
Color Harmonies of #83C08F
Complementary color
Monochromatic Colors of #83C08F
Black with #83C08F
Text Example
Text Example
White with #83C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C08F; }
p { color: rgb(131,192,143); }
H1.HeaderClassName
{
color: #83C08F;
}
.AnyTagClassName
{
color: #83C08F;
}
</style>
background-color css
<style>
a { background-color: #83C08F; }
a { background-color: rgb(131,192,143); }
div.DivClassName
{
background-color: #83C08F;
}
.BgClassName
{
background-color: #83C08F;
}
</style>
border-color css
<style>
span { border-color: #83C08F; }
span { border-color: rgb(131,192,143); }
td.TdClassName
{
border-color: #83C08F;
}
.TagClassName
{
border-color: #83C08F;
}
</style>