Shades of De York #81CA91
Tints of De York #81CA91
RGB
CMYK
RGB Variations
Color information
#81CA91 (or 0x81CA91) is known color: De York. HEX triplet: 81, CA and 91. RGB value is (129,202,145). Sum of RGB (Red+Green+Blue) = 129+202+145=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CA91 is #7E356E. Grayscale: #ADADAD. Windows color (decimal): -8271215 or 9554561. OLE color: 9554561.
HSL color Cylindrical-coordinate representation of color #81CA91: hue angle of 133.15º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CA91 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 145 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.21 |
| HSL | 133.15º | 0.41% | 0.65% | - |
| HSV(B) | 133.15º | 0.36% | 0.79% | - |
| XYZ | 35.28 | 48.95 | 34.38 | - |
| YUV | 173.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 145 | 0.36 | 0 | 0.28 | 0.21 | 133.15 | 0.41 | 0.65 |
| Hex | 81 | CA | 91 | 24 | 0 | 1C | 15 | 85 | 29 | 41 |
| Octal | 201 | 312 | 221 | 44 | 0 | 34 | 25 | 205 | 51 | 101 |
| Binary | 10000001 | 11001010 | 10010001 | 100100 | 0 | 11100 | 10101 | 10000101 | 101001 | 1000001 |
Color Harmonies of #81CA91
Complementary color
Monochromatic Colors of #81CA91
Black with #81CA91
Text Example
Text Example
White with #81CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA91; }
p { color: rgb(129,202,145); }
H1.HeaderClassName
{
color: #81CA91;
}
.AnyTagClassName
{
color: #81CA91;
}
</style>
background-color css
<style>
a { background-color: #81CA91; }
a { background-color: rgb(129,202,145); }
div.DivClassName
{
background-color: #81CA91;
}
.BgClassName
{
background-color: #81CA91;
}
</style>
border-color css
<style>
span { border-color: #81CA91; }
span { border-color: rgb(129,202,145); }
td.TdClassName
{
border-color: #81CA91;
}
.TagClassName
{
border-color: #81CA91;
}
</style>