Shades of De York #85CC8A
Tints of De York #85CC8A
RGB
CMYK
RGB Variations
Color information
#85CC8A (or 0x85CC8A) is known color: De York. HEX triplet: 85, CC and 8A. RGB value is (133,204,138). Sum of RGB (Red+Green+Blue) = 133+204+138=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC8A is #7A3375. Grayscale: #AFAFAF. Windows color (decimal): -8008566 or 9096325. OLE color: 9096325.
HSL color Cylindrical-coordinate representation of color #85CC8A: hue angle of 124.23º 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 #85CC8A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 204 | 138 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.2 |
| HSL | 124.23º | 0.41% | 0.66% | - |
| HSV(B) | 124.23º | 0.35% | 0.8% | - |
| XYZ | 35.85 | 50.01 | 31.81 | - |
| YUV | 175.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 138 | 0.35 | 0 | 0.32 | 0.2 | 124.23 | 0.41 | 0.66 |
| Hex | 85 | CC | 8A | 23 | 0 | 20 | 14 | 7C | 29 | 42 |
| Octal | 205 | 314 | 212 | 43 | 0 | 40 | 24 | 174 | 51 | 102 |
| Binary | 10000101 | 11001100 | 10001010 | 100011 | 0 | 100000 | 10100 | 1111100 | 101001 | 1000010 |
Color Harmonies of #85CC8A
Complementary color
Monochromatic Colors of #85CC8A
Black with #85CC8A
Text Example
Text Example
White with #85CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CC8A; }
p { color: rgb(133,204,138); }
H1.HeaderClassName
{
color: #85CC8A;
}
.AnyTagClassName
{
color: #85CC8A;
}
</style>
background-color css
<style>
a { background-color: #85CC8A; }
a { background-color: rgb(133,204,138); }
div.DivClassName
{
background-color: #85CC8A;
}
.BgClassName
{
background-color: #85CC8A;
}
</style>
border-color css
<style>
span { border-color: #85CC8A; }
span { border-color: rgb(133,204,138); }
td.TdClassName
{
border-color: #85CC8A;
}
.TagClassName
{
border-color: #85CC8A;
}
</style>