Shades of De York #85C37F
Tints of De York #85C37F
RGB
CMYK
RGB Variations
Color information
#85C37F (or 0x85C37F) is known color: De York. HEX triplet: 85, C3 and 7F. RGB value is (133,195,127). Sum of RGB (Red+Green+Blue) = 133+195+127=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #85C37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C37F is #7A3C80. Grayscale: #A8A8A8. Windows color (decimal): -8010881 or 8373125. OLE color: 8373125.
HSL color Cylindrical-coordinate representation of color #85C37F: hue angle of 114.71º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C37F is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 127 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.24 |
| HSL | 114.71º | 0.36% | 0.63% | - |
| HSV(B) | 114.71º | 0.35% | 0.76% | - |
| XYZ | 33.02 | 45.55 | 27.13 | - |
| YUV | 168.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 127 | 0.32 | 0 | 0.35 | 0.24 | 114.71 | 0.36 | 0.63 |
| Hex | 85 | C3 | 7F | 20 | 0 | 23 | 18 | 73 | 24 | 3F |
| Octal | 205 | 303 | 177 | 40 | 0 | 43 | 30 | 163 | 44 | 77 |
| Binary | 10000101 | 11000011 | 1111111 | 100000 | 0 | 100011 | 11000 | 1110011 | 100100 | 111111 |
Color Harmonies of #85C37F
Complementary color
Monochromatic Colors of #85C37F
Black with #85C37F
Text Example
Text Example
White with #85C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C37F; }
p { color: rgb(133,195,127); }
H1.HeaderClassName
{
color: #85C37F;
}
.AnyTagClassName
{
color: #85C37F;
}
</style>
background-color css
<style>
a { background-color: #85C37F; }
a { background-color: rgb(133,195,127); }
div.DivClassName
{
background-color: #85C37F;
}
.BgClassName
{
background-color: #85C37F;
}
</style>
border-color css
<style>
span { border-color: #85C37F; }
span { border-color: rgb(133,195,127); }
td.TdClassName
{
border-color: #85C37F;
}
.TagClassName
{
border-color: #85C37F;
}
</style>