Shades of De York #81C57A
Tints of De York #81C57A
RGB
CMYK
RGB Variations
Color information
#81C57A (or 0x81C57A) is known color: De York. HEX triplet: 81, C5 and 7A. RGB value is (129,197,122). Sum of RGB (Red+Green+Blue) = 129+197+122=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #81C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C57A is #7E3A85. Grayscale: #A8A8A8. Windows color (decimal): -8272518 or 8045953. OLE color: 8045953.
HSL color Cylindrical-coordinate representation of color #81C57A: hue angle of 114.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81C57A is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 122 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.23 |
| HSL | 114.4º | 0.39% | 0.63% | - |
| HSV(B) | 114.4º | 0.38% | 0.77% | - |
| XYZ | 32.53 | 46 | 25.58 | - |
| YUV | 168.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 122 | 0.35 | 0 | 0.38 | 0.23 | 114.4 | 0.39 | 0.63 |
| Hex | 81 | C5 | 7A | 23 | 0 | 26 | 17 | 72 | 27 | 3F |
| Octal | 201 | 305 | 172 | 43 | 0 | 46 | 27 | 162 | 47 | 77 |
| Binary | 10000001 | 11000101 | 1111010 | 100011 | 0 | 100110 | 10111 | 1110010 | 100111 | 111111 |
Color Harmonies of #81C57A
Complementary color
Monochromatic Colors of #81C57A
Black with #81C57A
Text Example
Text Example
White with #81C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C57A; }
p { color: rgb(129,197,122); }
H1.HeaderClassName
{
color: #81C57A;
}
.AnyTagClassName
{
color: #81C57A;
}
</style>
background-color css
<style>
a { background-color: #81C57A; }
a { background-color: rgb(129,197,122); }
div.DivClassName
{
background-color: #81C57A;
}
.BgClassName
{
background-color: #81C57A;
}
</style>
border-color css
<style>
span { border-color: #81C57A; }
span { border-color: rgb(129,197,122); }
td.TdClassName
{
border-color: #81C57A;
}
.TagClassName
{
border-color: #81C57A;
}
</style>