Shades of De York #85DD8A
Tints of De York #85DD8A
RGB
CMYK
RGB Variations
Color information
#85DD8A (or 0x85DD8A) is known color: De York. HEX triplet: 85, DD and 8A. RGB value is (133,221,138). Sum of RGB (Red+Green+Blue) = 133+221+138=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD8A is #7A2275. Grayscale: #B9B9B9. Windows color (decimal): -8004214 or 9100677. OLE color: 9100677.
HSL color Cylindrical-coordinate representation of color #85DD8A: hue angle of 123.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD8A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 138 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.13 |
| HSL | 123.41º | 0.56% | 0.69% | - |
| HSV(B) | 123.41º | 0.4% | 0.87% | - |
| XYZ | 40.12 | 58.53 | 33.23 | - |
| YUV | 185.23 | 101.35 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 138 | 0.40 | 0 | 0.38 | 0.13 | 123.41 | 0.56 | 0.69 |
| Hex | 85 | DD | 8A | 28 | 0 | 26 | D | 7B | 38 | 45 |
| Octal | 205 | 335 | 212 | 50 | 0 | 46 | 15 | 173 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10001010 | 101000 | 0 | 100110 | 1101 | 1111011 | 111000 | 1000101 |
Color Harmonies of #85DD8A
Complementary color
Monochromatic Colors of #85DD8A
Black with #85DD8A
Text Example
Text Example
White with #85DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DD8A; }
p { color: rgb(133,221,138); }
H1.HeaderClassName
{
color: #85DD8A;
}
.AnyTagClassName
{
color: #85DD8A;
}
</style>
background-color css
<style>
a { background-color: #85DD8A; }
a { background-color: rgb(133,221,138); }
div.DivClassName
{
background-color: #85DD8A;
}
.BgClassName
{
background-color: #85DD8A;
}
</style>
border-color css
<style>
span { border-color: #85DD8A; }
span { border-color: rgb(133,221,138); }
td.TdClassName
{
border-color: #85DD8A;
}
.TagClassName
{
border-color: #85DD8A;
}
</style>