Shades of De York #81BC85
Tints of De York #81BC85
RGB
CMYK
RGB Variations
Color information
#81BC85 (or 0x81BC85) is known color: De York. HEX triplet: 81, BC and 85. RGB value is (129,188,133). Sum of RGB (Red+Green+Blue) = 129+188+133=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC85 is #7E437A. Grayscale: #A4A4A4. Windows color (decimal): -8274811 or 8764545. OLE color: 8764545.
HSL color Cylindrical-coordinate representation of color #81BC85: hue angle of 124.07º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BC85 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 133 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.26 |
| HSL | 124.07º | 0.31% | 0.62% | - |
| HSV(B) | 124.07º | 0.31% | 0.74% | - |
| XYZ | 31.27 | 42.33 | 28.71 | - |
| YUV | 164.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 133 | 0.31 | 0 | 0.29 | 0.26 | 124.07 | 0.31 | 0.62 |
| Hex | 81 | BC | 85 | 1F | 0 | 1D | 1A | 7C | 1F | 3E |
| Octal | 201 | 274 | 205 | 37 | 0 | 35 | 32 | 174 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10000101 | 11111 | 0 | 11101 | 11010 | 1111100 | 11111 | 111110 |
Color Harmonies of #81BC85
Complementary color
Monochromatic Colors of #81BC85
Black with #81BC85
Text Example
Text Example
White with #81BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC85; }
p { color: rgb(129,188,133); }
H1.HeaderClassName
{
color: #81BC85;
}
.AnyTagClassName
{
color: #81BC85;
}
</style>
background-color css
<style>
a { background-color: #81BC85; }
a { background-color: rgb(129,188,133); }
div.DivClassName
{
background-color: #81BC85;
}
.BgClassName
{
background-color: #81BC85;
}
</style>
border-color css
<style>
span { border-color: #81BC85; }
span { border-color: rgb(129,188,133); }
td.TdClassName
{
border-color: #81BC85;
}
.TagClassName
{
border-color: #81BC85;
}
</style>