Shades of De York #81C282
Tints of De York #81C282
RGB
CMYK
RGB Variations
Color information
#81C282 (or 0x81C282) is known color: De York. HEX triplet: 81, C2 and 82. RGB value is (129,194,130). Sum of RGB (Red+Green+Blue) = 129+194+130=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #81C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C282 is #7E3D7D. Grayscale: #A7A7A7. Windows color (decimal): -8273278 or 8569473. OLE color: 8569473.
HSL color Cylindrical-coordinate representation of color #81C282: hue angle of 120.92º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C282 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 130 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.24 |
| HSL | 120.92º | 0.35% | 0.63% | - |
| HSV(B) | 120.92º | 0.34% | 0.76% | - |
| XYZ | 32.37 | 44.86 | 28.07 | - |
| YUV | 167.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 130 | 0.34 | 0 | 0.33 | 0.24 | 120.92 | 0.35 | 0.63 |
| Hex | 81 | C2 | 82 | 22 | 0 | 21 | 18 | 79 | 23 | 3F |
| Octal | 201 | 302 | 202 | 42 | 0 | 41 | 30 | 171 | 43 | 77 |
| Binary | 10000001 | 11000010 | 10000010 | 100010 | 0 | 100001 | 11000 | 1111001 | 100011 | 111111 |
Color Harmonies of #81C282
Complementary color
Monochromatic Colors of #81C282
Black with #81C282
Text Example
Text Example
White with #81C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C282; }
p { color: rgb(129,194,130); }
H1.HeaderClassName
{
color: #81C282;
}
.AnyTagClassName
{
color: #81C282;
}
</style>
background-color css
<style>
a { background-color: #81C282; }
a { background-color: rgb(129,194,130); }
div.DivClassName
{
background-color: #81C282;
}
.BgClassName
{
background-color: #81C282;
}
</style>
border-color css
<style>
span { border-color: #81C282; }
span { border-color: rgb(129,194,130); }
td.TdClassName
{
border-color: #81C282;
}
.TagClassName
{
border-color: #81C282;
}
</style>