Shades of De York #81C37B
Tints of De York #81C37B
RGB
CMYK
RGB Variations
Color information
#81C37B (or 0x81C37B) is known color: De York. HEX triplet: 81, C3 and 7B. RGB value is (129,195,123). Sum of RGB (Red+Green+Blue) = 129+195+123=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #81C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C37B is #7E3C84. Grayscale: #A7A7A7. Windows color (decimal): -8273029 or 8110977. OLE color: 8110977.
HSL color Cylindrical-coordinate representation of color #81C37B: hue angle of 115º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81C37B is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 123 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.24 |
| HSL | 115º | 0.38% | 0.62% | - |
| HSV(B) | 115º | 0.37% | 0.76% | - |
| XYZ | 32.14 | 45.13 | 25.76 | - |
| YUV | 167.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 123 | 0.34 | 0 | 0.37 | 0.24 | 115 | 0.38 | 0.62 |
| Hex | 81 | C3 | 7B | 22 | 0 | 25 | 18 | 73 | 26 | 3E |
| Octal | 201 | 303 | 173 | 42 | 0 | 45 | 30 | 163 | 46 | 76 |
| Binary | 10000001 | 11000011 | 1111011 | 100010 | 0 | 100101 | 11000 | 1110011 | 100110 | 111110 |
Color Harmonies of #81C37B
Complementary color
Monochromatic Colors of #81C37B
Black with #81C37B
Text Example
Text Example
White with #81C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C37B; }
p { color: rgb(129,195,123); }
H1.HeaderClassName
{
color: #81C37B;
}
.AnyTagClassName
{
color: #81C37B;
}
</style>
background-color css
<style>
a { background-color: #81C37B; }
a { background-color: rgb(129,195,123); }
div.DivClassName
{
background-color: #81C37B;
}
.BgClassName
{
background-color: #81C37B;
}
</style>
border-color css
<style>
span { border-color: #81C37B; }
span { border-color: rgb(129,195,123); }
td.TdClassName
{
border-color: #81C37B;
}
.TagClassName
{
border-color: #81C37B;
}
</style>