Shades of De York #85C27E
Tints of De York #85C27E
RGB
CMYK
RGB Variations
Color information
#85C27E (or 0x85C27E) is known color: De York. HEX triplet: 85, C2 and 7E. RGB value is (133,194,126). Sum of RGB (Red+Green+Blue) = 133+194+126=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #85C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C27E is #7A3D81. Grayscale: #A8A8A8. Windows color (decimal): -8011138 or 8307333. OLE color: 8307333.
HSL color Cylindrical-coordinate representation of color #85C27E: hue angle of 113.82º 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 #85C27E is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 126 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.24 |
| HSL | 113.82º | 0.36% | 0.63% | - |
| HSV(B) | 113.82º | 0.35% | 0.76% | - |
| XYZ | 32.73 | 45.08 | 26.71 | - |
| YUV | 168.01 | 104.29 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 126 | 0.31 | 0 | 0.35 | 0.24 | 113.82 | 0.36 | 0.63 |
| Hex | 85 | C2 | 7E | 1F | 0 | 23 | 18 | 72 | 24 | 3F |
| Octal | 205 | 302 | 176 | 37 | 0 | 43 | 30 | 162 | 44 | 77 |
| Binary | 10000101 | 11000010 | 1111110 | 11111 | 0 | 100011 | 11000 | 1110010 | 100100 | 111111 |
Color Harmonies of #85C27E
Complementary color
Monochromatic Colors of #85C27E
Black with #85C27E
Text Example
Text Example
White with #85C27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C27E; }
p { color: rgb(133,194,126); }
H1.HeaderClassName
{
color: #85C27E;
}
.AnyTagClassName
{
color: #85C27E;
}
</style>
background-color css
<style>
a { background-color: #85C27E; }
a { background-color: rgb(133,194,126); }
div.DivClassName
{
background-color: #85C27E;
}
.BgClassName
{
background-color: #85C27E;
}
</style>
border-color css
<style>
span { border-color: #85C27E; }
span { border-color: rgb(133,194,126); }
td.TdClassName
{
border-color: #85C27E;
}
.TagClassName
{
border-color: #85C27E;
}
</style>