Shades of De York #81C57C
Tints of De York #81C57C
RGB
CMYK
RGB Variations
Color information
#81C57C (or 0x81C57C) is known color: De York. HEX triplet: 81, C5 and 7C. RGB value is (129,197,124). Sum of RGB (Red+Green+Blue) = 129+197+124=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #81C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C57C is #7E3A83. Grayscale: #A8A8A8. Windows color (decimal): -8272516 or 8177025. OLE color: 8177025.
HSL color Cylindrical-coordinate representation of color #81C57C: hue angle of 115.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81C57C is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 124 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.23 |
| HSL | 115.89º | 0.39% | 0.63% | - |
| HSV(B) | 115.89º | 0.37% | 0.77% | - |
| XYZ | 32.66 | 46.05 | 26.24 | - |
| YUV | 168.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 124 | 0.35 | 0 | 0.37 | 0.23 | 115.89 | 0.39 | 0.63 |
| Hex | 81 | C5 | 7C | 23 | 0 | 25 | 17 | 74 | 27 | 3F |
| Octal | 201 | 305 | 174 | 43 | 0 | 45 | 27 | 164 | 47 | 77 |
| Binary | 10000001 | 11000101 | 1111100 | 100011 | 0 | 100101 | 10111 | 1110100 | 100111 | 111111 |
Color Harmonies of #81C57C
Complementary color
Monochromatic Colors of #81C57C
Black with #81C57C
Text Example
Text Example
White with #81C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C57C; }
p { color: rgb(129,197,124); }
H1.HeaderClassName
{
color: #81C57C;
}
.AnyTagClassName
{
color: #81C57C;
}
</style>
background-color css
<style>
a { background-color: #81C57C; }
a { background-color: rgb(129,197,124); }
div.DivClassName
{
background-color: #81C57C;
}
.BgClassName
{
background-color: #81C57C;
}
</style>
border-color css
<style>
span { border-color: #81C57C; }
span { border-color: rgb(129,197,124); }
td.TdClassName
{
border-color: #81C57C;
}
.TagClassName
{
border-color: #81C57C;
}
</style>