Shades of De York #85BD83
Tints of De York #85BD83
RGB
CMYK
RGB Variations
Color information
#85BD83 (or 0x85BD83) is known color: De York. HEX triplet: 85, BD and 83. RGB value is (133,189,131). Sum of RGB (Red+Green+Blue) = 133+189+131=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD83 is #7A427C. Grayscale: #A5A5A5. Windows color (decimal): -8012413 or 8633733. OLE color: 8633733.
HSL color Cylindrical-coordinate representation of color #85BD83: hue angle of 117.93º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85BD83 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 131 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.26 |
| HSL | 117.93º | 0.31% | 0.63% | - |
| HSV(B) | 117.93º | 0.31% | 0.74% | - |
| XYZ | 31.97 | 43.02 | 28.09 | - |
| YUV | 165.64 | 108.45 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 131 | 0.30 | 0 | 0.31 | 0.26 | 117.93 | 0.31 | 0.63 |
| Hex | 85 | BD | 83 | 1E | 0 | 1F | 1A | 76 | 1F | 3F |
| Octal | 205 | 275 | 203 | 36 | 0 | 37 | 32 | 166 | 37 | 77 |
| Binary | 10000101 | 10111101 | 10000011 | 11110 | 0 | 11111 | 11010 | 1110110 | 11111 | 111111 |
Color Harmonies of #85BD83
Complementary color
Monochromatic Colors of #85BD83
Black with #85BD83
Text Example
Text Example
White with #85BD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD83; }
p { color: rgb(133,189,131); }
H1.HeaderClassName
{
color: #85BD83;
}
.AnyTagClassName
{
color: #85BD83;
}
</style>
background-color css
<style>
a { background-color: #85BD83; }
a { background-color: rgb(133,189,131); }
div.DivClassName
{
background-color: #85BD83;
}
.BgClassName
{
background-color: #85BD83;
}
</style>
border-color css
<style>
span { border-color: #85BD83; }
span { border-color: rgb(133,189,131); }
td.TdClassName
{
border-color: #85BD83;
}
.TagClassName
{
border-color: #85BD83;
}
</style>