Shades of De York #81C379
Tints of De York #81C379
RGB
CMYK
RGB Variations
Color information
#81C379 (or 0x81C379) is known color: De York. HEX triplet: 81, C3 and 79. RGB value is (129,195,121). Sum of RGB (Red+Green+Blue) = 129+195+121=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #81C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C379 is #7E3C86. Grayscale: #A7A7A7. Windows color (decimal): -8273031 or 7979905. OLE color: 7979905.
HSL color Cylindrical-coordinate representation of color #81C379: hue angle of 113.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81C379 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 121 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.24 |
| HSL | 113.51º | 0.38% | 0.62% | - |
| HSV(B) | 113.51º | 0.38% | 0.76% | - |
| XYZ | 32.02 | 45.08 | 25.1 | - |
| YUV | 166.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 121 | 0.34 | 0 | 0.38 | 0.24 | 113.51 | 0.38 | 0.62 |
| Hex | 81 | C3 | 79 | 22 | 0 | 26 | 18 | 72 | 26 | 3E |
| Octal | 201 | 303 | 171 | 42 | 0 | 46 | 30 | 162 | 46 | 76 |
| Binary | 10000001 | 11000011 | 1111001 | 100010 | 0 | 100110 | 11000 | 1110010 | 100110 | 111110 |
Color Harmonies of #81C379
Complementary color
Monochromatic Colors of #81C379
Black with #81C379
Text Example
Text Example
White with #81C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C379; }
p { color: rgb(129,195,121); }
H1.HeaderClassName
{
color: #81C379;
}
.AnyTagClassName
{
color: #81C379;
}
</style>
background-color css
<style>
a { background-color: #81C379; }
a { background-color: rgb(129,195,121); }
div.DivClassName
{
background-color: #81C379;
}
.BgClassName
{
background-color: #81C379;
}
</style>
border-color css
<style>
span { border-color: #81C379; }
span { border-color: rgb(129,195,121); }
td.TdClassName
{
border-color: #81C379;
}
.TagClassName
{
border-color: #81C379;
}
</style>