Shades of De York #83CB93
Tints of De York #83CB93
RGB
CMYK
RGB Variations
Color information
#83CB93 (or 0x83CB93) is known color: De York. HEX triplet: 83, CB and 93. RGB value is (131,203,147). Sum of RGB (Red+Green+Blue) = 131+203+147=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CB93 is #7C346C. Grayscale: #AFAFAF. Windows color (decimal): -8139885 or 9685891. OLE color: 9685891.
HSL color Cylindrical-coordinate representation of color #83CB93: hue angle of 133.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CB93 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 147 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.20 |
| HSL | 133.33º | 0.41% | 0.65% | - |
| HSV(B) | 133.33º | 0.35% | 0.8% | - |
| XYZ | 35.98 | 49.64 | 35.29 | - |
| YUV | 175.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 147 | 0.35 | 0 | 0.28 | 0.20 | 133.33 | 0.41 | 0.65 |
| Hex | 83 | CB | 93 | 23 | 0 | 1C | 14 | 85 | 29 | 41 |
| Octal | 203 | 313 | 223 | 43 | 0 | 34 | 24 | 205 | 51 | 101 |
| Binary | 10000011 | 11001011 | 10010011 | 100011 | 0 | 11100 | 10100 | 10000101 | 101001 | 1000001 |
Color Harmonies of #83CB93
Complementary color
Monochromatic Colors of #83CB93
Black with #83CB93
Text Example
Text Example
White with #83CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB93; }
p { color: rgb(131,203,147); }
H1.HeaderClassName
{
color: #83CB93;
}
.AnyTagClassName
{
color: #83CB93;
}
</style>
background-color css
<style>
a { background-color: #83CB93; }
a { background-color: rgb(131,203,147); }
div.DivClassName
{
background-color: #83CB93;
}
.BgClassName
{
background-color: #83CB93;
}
</style>
border-color css
<style>
span { border-color: #83CB93; }
span { border-color: rgb(131,203,147); }
td.TdClassName
{
border-color: #83CB93;
}
.TagClassName
{
border-color: #83CB93;
}
</style>