Shades of De York #81C084
Tints of De York #81C084
RGB
CMYK
RGB Variations
Color information
#81C084 (or 0x81C084) is known color: De York. HEX triplet: 81, C0 and 84. RGB value is (129,192,132). Sum of RGB (Red+Green+Blue) = 129+192+132=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #81C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C084 is #7E3F7B. Grayscale: #A6A6A6. Windows color (decimal): -8273788 or 8700033. OLE color: 8700033.
HSL color Cylindrical-coordinate representation of color #81C084: hue angle of 122.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C084 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 132 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.25 |
| HSL | 122.86º | 0.33% | 0.63% | - |
| HSV(B) | 122.86º | 0.33% | 0.75% | - |
| XYZ | 32.07 | 44.03 | 28.64 | - |
| YUV | 166.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 132 | 0.33 | 0 | 0.31 | 0.25 | 122.86 | 0.33 | 0.63 |
| Hex | 81 | C0 | 84 | 21 | 0 | 1F | 19 | 7B | 21 | 3F |
| Octal | 201 | 300 | 204 | 41 | 0 | 37 | 31 | 173 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10000100 | 100001 | 0 | 11111 | 11001 | 1111011 | 100001 | 111111 |
Color Harmonies of #81C084
Complementary color
Monochromatic Colors of #81C084
Black with #81C084
Text Example
Text Example
White with #81C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C084; }
p { color: rgb(129,192,132); }
H1.HeaderClassName
{
color: #81C084;
}
.AnyTagClassName
{
color: #81C084;
}
</style>
background-color css
<style>
a { background-color: #81C084; }
a { background-color: rgb(129,192,132); }
div.DivClassName
{
background-color: #81C084;
}
.BgClassName
{
background-color: #81C084;
}
</style>
border-color css
<style>
span { border-color: #81C084; }
span { border-color: rgb(129,192,132); }
td.TdClassName
{
border-color: #81C084;
}
.TagClassName
{
border-color: #81C084;
}
</style>