Shades of De York #81C182
Tints of De York #81C182
RGB
CMYK
RGB Variations
Color information
#81C182 (or 0x81C182) is known color: De York. HEX triplet: 81, C1 and 82. RGB value is (129,193,130). Sum of RGB (Red+Green+Blue) = 129+193+130=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #81C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C182 is #7E3E7D. Grayscale: #A6A6A6. Windows color (decimal): -8273534 or 8569217. OLE color: 8569217.
HSL color Cylindrical-coordinate representation of color #81C182: hue angle of 120.94º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C182 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 130 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.24 |
| HSL | 120.94º | 0.34% | 0.63% | - |
| HSV(B) | 120.94º | 0.33% | 0.76% | - |
| XYZ | 32.15 | 44.42 | 28 | - |
| YUV | 166.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 130 | 0.33 | 0 | 0.33 | 0.24 | 120.94 | 0.34 | 0.63 |
| Hex | 81 | C1 | 82 | 21 | 0 | 21 | 18 | 79 | 22 | 3F |
| Octal | 201 | 301 | 202 | 41 | 0 | 41 | 30 | 171 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10000010 | 100001 | 0 | 100001 | 11000 | 1111001 | 100010 | 111111 |
Color Harmonies of #81C182
Complementary color
Monochromatic Colors of #81C182
Black with #81C182
Text Example
Text Example
White with #81C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C182; }
p { color: rgb(129,193,130); }
H1.HeaderClassName
{
color: #81C182;
}
.AnyTagClassName
{
color: #81C182;
}
</style>
background-color css
<style>
a { background-color: #81C182; }
a { background-color: rgb(129,193,130); }
div.DivClassName
{
background-color: #81C182;
}
.BgClassName
{
background-color: #81C182;
}
</style>
border-color css
<style>
span { border-color: #81C182; }
span { border-color: rgb(129,193,130); }
td.TdClassName
{
border-color: #81C182;
}
.TagClassName
{
border-color: #81C182;
}
</style>