Shades of De York #81CC85
Tints of De York #81CC85
RGB
CMYK
RGB Variations
Color information
#81CC85 (or 0x81CC85) is known color: De York. HEX triplet: 81, CC and 85. RGB value is (129,204,133). Sum of RGB (Red+Green+Blue) = 129+204+133=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CC85 is #7E337A. Grayscale: #ADADAD. Windows color (decimal): -8270715 or 8768641. OLE color: 8768641.
HSL color Cylindrical-coordinate representation of color #81CC85: hue angle of 123.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CC85 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 133 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.2 |
| HSL | 123.2º | 0.42% | 0.65% | - |
| HSV(B) | 123.2º | 0.37% | 0.8% | - |
| XYZ | 34.88 | 49.55 | 29.92 | - |
| YUV | 173.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 133 | 0.37 | 0 | 0.35 | 0.2 | 123.2 | 0.42 | 0.65 |
| Hex | 81 | CC | 85 | 25 | 0 | 23 | 14 | 7B | 2A | 41 |
| Octal | 201 | 314 | 205 | 45 | 0 | 43 | 24 | 173 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10000101 | 100101 | 0 | 100011 | 10100 | 1111011 | 101010 | 1000001 |
Color Harmonies of #81CC85
Complementary color
Monochromatic Colors of #81CC85
Black with #81CC85
Text Example
Text Example
White with #81CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC85; }
p { color: rgb(129,204,133); }
H1.HeaderClassName
{
color: #81CC85;
}
.AnyTagClassName
{
color: #81CC85;
}
</style>
background-color css
<style>
a { background-color: #81CC85; }
a { background-color: rgb(129,204,133); }
div.DivClassName
{
background-color: #81CC85;
}
.BgClassName
{
background-color: #81CC85;
}
</style>
border-color css
<style>
span { border-color: #81CC85; }
span { border-color: rgb(129,204,133); }
td.TdClassName
{
border-color: #81CC85;
}
.TagClassName
{
border-color: #81CC85;
}
</style>