Shades of De York #85CE83
Tints of De York #85CE83
RGB
CMYK
RGB Variations
Color information
#85CE83 (or 0x85CE83) is known color: De York. HEX triplet: 85, CE and 83. RGB value is (133,206,131). Sum of RGB (Red+Green+Blue) = 133+206+131=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE83 is #7A317C. Grayscale: #AFAFAF. Windows color (decimal): -8008061 or 8638085. OLE color: 8638085.
HSL color Cylindrical-coordinate representation of color #85CE83: hue angle of 118.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CE83 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 131 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.19 |
| HSL | 118.4º | 0.43% | 0.66% | - |
| HSV(B) | 118.4º | 0.36% | 0.81% | - |
| XYZ | 35.84 | 50.77 | 29.38 | - |
| YUV | 175.62 | 102.82 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 131 | 0.35 | 0 | 0.36 | 0.19 | 118.4 | 0.43 | 0.66 |
| Hex | 85 | CE | 83 | 23 | 0 | 24 | 13 | 76 | 2B | 42 |
| Octal | 205 | 316 | 203 | 43 | 0 | 44 | 23 | 166 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10000011 | 100011 | 0 | 100100 | 10011 | 1110110 | 101011 | 1000010 |
Color Harmonies of #85CE83
Complementary color
Monochromatic Colors of #85CE83
Black with #85CE83
Text Example
Text Example
White with #85CE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE83; }
p { color: rgb(133,206,131); }
H1.HeaderClassName
{
color: #85CE83;
}
.AnyTagClassName
{
color: #85CE83;
}
</style>
background-color css
<style>
a { background-color: #85CE83; }
a { background-color: rgb(133,206,131); }
div.DivClassName
{
background-color: #85CE83;
}
.BgClassName
{
background-color: #85CE83;
}
</style>
border-color css
<style>
span { border-color: #85CE83; }
span { border-color: rgb(133,206,131); }
td.TdClassName
{
border-color: #85CE83;
}
.TagClassName
{
border-color: #85CE83;
}
</style>