Shades of De York #83BB85
Tints of De York #83BB85
RGB
CMYK
RGB Variations
Color information
#83BB85 (or 0x83BB85) is known color: De York. HEX triplet: 83, BB and 85. RGB value is (131,187,133). Sum of RGB (Red+Green+Blue) = 131+187+133=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BB85 is #7C447A. Grayscale: #A4A4A4. Windows color (decimal): -8143995 or 8764291. OLE color: 8764291.
HSL color Cylindrical-coordinate representation of color #83BB85: hue angle of 122.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BB85 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 133 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.27 |
| HSL | 122.14º | 0.29% | 0.62% | - |
| HSV(B) | 122.14º | 0.3% | 0.73% | - |
| XYZ | 31.36 | 42.06 | 28.66 | - |
| YUV | 164.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 133 | 0.30 | 0 | 0.29 | 0.27 | 122.14 | 0.29 | 0.62 |
| Hex | 83 | BB | 85 | 1E | 0 | 1D | 1B | 7A | 1D | 3E |
| Octal | 203 | 273 | 205 | 36 | 0 | 35 | 33 | 172 | 35 | 76 |
| Binary | 10000011 | 10111011 | 10000101 | 11110 | 0 | 11101 | 11011 | 1111010 | 11101 | 111110 |
Color Harmonies of #83BB85
Complementary color
Monochromatic Colors of #83BB85
Black with #83BB85
Text Example
Text Example
White with #83BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BB85; }
p { color: rgb(131,187,133); }
H1.HeaderClassName
{
color: #83BB85;
}
.AnyTagClassName
{
color: #83BB85;
}
</style>
background-color css
<style>
a { background-color: #83BB85; }
a { background-color: rgb(131,187,133); }
div.DivClassName
{
background-color: #83BB85;
}
.BgClassName
{
background-color: #83BB85;
}
</style>
border-color css
<style>
span { border-color: #83BB85; }
span { border-color: rgb(131,187,133); }
td.TdClassName
{
border-color: #83BB85;
}
.TagClassName
{
border-color: #83BB85;
}
</style>