Shades of De York #83C88C
Tints of De York #83C88C
RGB
CMYK
RGB Variations
Color information
#83C88C (or 0x83C88C) is known color: De York. HEX triplet: 83, C8 and 8C. RGB value is (131,200,140). Sum of RGB (Red+Green+Blue) = 131+200+140=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #83C88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C88C is #7C3773. Grayscale: #ACACAC. Windows color (decimal): -8140660 or 9226371. OLE color: 9226371.
HSL color Cylindrical-coordinate representation of color #83C88C: hue angle of 127.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C88C is Cyan = 0.34, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 140 | - |
| CMYK | 0.34 | 0 | 0.3 | 0.22 |
| HSL | 127.83º | 0.39% | 0.65% | - |
| HSV(B) | 127.83º | 0.35% | 0.78% | - |
| XYZ | 34.75 | 48.03 | 32.25 | - |
| YUV | 172.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 140 | 0.34 | 0 | 0.3 | 0.22 | 127.83 | 0.39 | 0.65 |
| Hex | 83 | C8 | 8C | 22 | 0 | 1E | 16 | 80 | 27 | 41 |
| Octal | 203 | 310 | 214 | 42 | 0 | 36 | 26 | 200 | 47 | 101 |
| Binary | 10000011 | 11001000 | 10001100 | 100010 | 0 | 11110 | 10110 | 10000000 | 100111 | 1000001 |
Color Harmonies of #83C88C
Complementary color
Monochromatic Colors of #83C88C
Black with #83C88C
Text Example
Text Example
White with #83C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C88C; }
p { color: rgb(131,200,140); }
H1.HeaderClassName
{
color: #83C88C;
}
.AnyTagClassName
{
color: #83C88C;
}
</style>
background-color css
<style>
a { background-color: #83C88C; }
a { background-color: rgb(131,200,140); }
div.DivClassName
{
background-color: #83C88C;
}
.BgClassName
{
background-color: #83C88C;
}
</style>
border-color css
<style>
span { border-color: #83C88C; }
span { border-color: rgb(131,200,140); }
td.TdClassName
{
border-color: #83C88C;
}
.TagClassName
{
border-color: #83C88C;
}
</style>