Shades of De York #85C17A
Tints of De York #85C17A
RGB
CMYK
RGB Variations
Color information
#85C17A (or 0x85C17A) is known color: De York. HEX triplet: 85, C1 and 7A. RGB value is (133,193,122). Sum of RGB (Red+Green+Blue) = 133+193+122=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #85C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C17A is #7A3E85. Grayscale: #A7A7A7. Windows color (decimal): -8011398 or 8044933. OLE color: 8044933.
HSL color Cylindrical-coordinate representation of color #85C17A: hue angle of 110.7º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85C17A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 122 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.24 |
| HSL | 110.7º | 0.36% | 0.62% | - |
| HSV(B) | 110.7º | 0.37% | 0.76% | - |
| XYZ | 32.26 | 44.53 | 25.31 | - |
| YUV | 166.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 122 | 0.31 | 0 | 0.37 | 0.24 | 110.7 | 0.36 | 0.62 |
| Hex | 85 | C1 | 7A | 1F | 0 | 25 | 18 | 6F | 24 | 3E |
| Octal | 205 | 301 | 172 | 37 | 0 | 45 | 30 | 157 | 44 | 76 |
| Binary | 10000101 | 11000001 | 1111010 | 11111 | 0 | 100101 | 11000 | 1101111 | 100100 | 111110 |
Color Harmonies of #85C17A
Complementary color
Monochromatic Colors of #85C17A
Black with #85C17A
Text Example
Text Example
White with #85C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C17A; }
p { color: rgb(133,193,122); }
H1.HeaderClassName
{
color: #85C17A;
}
.AnyTagClassName
{
color: #85C17A;
}
</style>
background-color css
<style>
a { background-color: #85C17A; }
a { background-color: rgb(133,193,122); }
div.DivClassName
{
background-color: #85C17A;
}
.BgClassName
{
background-color: #85C17A;
}
</style>
border-color css
<style>
span { border-color: #85C17A; }
span { border-color: rgb(133,193,122); }
td.TdClassName
{
border-color: #85C17A;
}
.TagClassName
{
border-color: #85C17A;
}
</style>