Shades of De York #85CC8B
Tints of De York #85CC8B
RGB
CMYK
RGB Variations
Color information
#85CC8B (or 0x85CC8B) is known color: De York. HEX triplet: 85, CC and 8B. RGB value is (133,204,139). Sum of RGB (Red+Green+Blue) = 133+204+139=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC8B is #7A3374. Grayscale: #AFAFAF. Windows color (decimal): -8008565 or 9161861. OLE color: 9161861.
HSL color Cylindrical-coordinate representation of color #85CC8B: hue angle of 125.07º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CC8B is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 139 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.2 |
| HSL | 125.07º | 0.41% | 0.66% | - |
| HSV(B) | 125.07º | 0.35% | 0.8% | - |
| XYZ | 35.93 | 50.04 | 32.19 | - |
| YUV | 175.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 139 | 0.35 | 0 | 0.32 | 0.2 | 125.07 | 0.41 | 0.66 |
| Hex | 85 | CC | 8B | 23 | 0 | 20 | 14 | 7D | 29 | 42 |
| Octal | 205 | 314 | 213 | 43 | 0 | 40 | 24 | 175 | 51 | 102 |
| Binary | 10000101 | 11001100 | 10001011 | 100011 | 0 | 100000 | 10100 | 1111101 | 101001 | 1000010 |
Color Harmonies of #85CC8B
Complementary color
Monochromatic Colors of #85CC8B
Black with #85CC8B
Text Example
Text Example
White with #85CC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC8B; }
p { color: rgb(133,204,139); }
H1.HeaderClassName
{
color: #85CC8B;
}
.AnyTagClassName
{
color: #85CC8B;
}
</style>
background-color css
<style>
a { background-color: #85CC8B; }
a { background-color: rgb(133,204,139); }
div.DivClassName
{
background-color: #85CC8B;
}
.BgClassName
{
background-color: #85CC8B;
}
</style>
border-color css
<style>
span { border-color: #85CC8B; }
span { border-color: rgb(133,204,139); }
td.TdClassName
{
border-color: #85CC8B;
}
.TagClassName
{
border-color: #85CC8B;
}
</style>