Shades of De York #83C18C
Tints of De York #83C18C
RGB
CMYK
RGB Variations
Color information
#83C18C (or 0x83C18C) is known color: De York. HEX triplet: 83, C1 and 8C. RGB value is (131,193,140). Sum of RGB (Red+Green+Blue) = 131+193+140=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #83C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C18C is #7C3E73. Grayscale: #A8A8A8. Windows color (decimal): -8142452 or 9224579. OLE color: 9224579.
HSL color Cylindrical-coordinate representation of color #83C18C: hue angle of 128.71º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C18C is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 140 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.24 |
| HSL | 128.71º | 0.33% | 0.64% | - |
| HSV(B) | 128.71º | 0.32% | 0.76% | - |
| XYZ | 33.16 | 44.86 | 31.72 | - |
| YUV | 168.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 140 | 0.32 | 0 | 0.27 | 0.24 | 128.71 | 0.33 | 0.64 |
| Hex | 83 | C1 | 8C | 20 | 0 | 1B | 18 | 81 | 21 | 40 |
| Octal | 203 | 301 | 214 | 40 | 0 | 33 | 30 | 201 | 41 | 100 |
| Binary | 10000011 | 11000001 | 10001100 | 100000 | 0 | 11011 | 11000 | 10000001 | 100001 | 1000000 |
Color Harmonies of #83C18C
Complementary color
Monochromatic Colors of #83C18C
Black with #83C18C
Text Example
Text Example
White with #83C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C18C; }
p { color: rgb(131,193,140); }
H1.HeaderClassName
{
color: #83C18C;
}
.AnyTagClassName
{
color: #83C18C;
}
</style>
background-color css
<style>
a { background-color: #83C18C; }
a { background-color: rgb(131,193,140); }
div.DivClassName
{
background-color: #83C18C;
}
.BgClassName
{
background-color: #83C18C;
}
</style>
border-color css
<style>
span { border-color: #83C18C; }
span { border-color: rgb(131,193,140); }
td.TdClassName
{
border-color: #83C18C;
}
.TagClassName
{
border-color: #83C18C;
}
</style>