Shades of De York #81CA8B
Tints of De York #81CA8B
RGB
CMYK
RGB Variations
Color information
#81CA8B (or 0x81CA8B) is known color: De York. HEX triplet: 81, CA and 8B. RGB value is (129,202,139). Sum of RGB (Red+Green+Blue) = 129+202+139=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CA8B is #7E3574. Grayscale: #ADADAD. Windows color (decimal): -8271221 or 9161345. OLE color: 9161345.
HSL color Cylindrical-coordinate representation of color #81CA8B: hue angle of 128.22º 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 #81CA8B is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 202 | 139 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.21 |
| HSL | 128.22º | 0.41% | 0.65% | - |
| HSV(B) | 128.22º | 0.36% | 0.79% | - |
| XYZ | 34.83 | 48.77 | 32 | - |
| YUV | 172.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 139 | 0.36 | 0 | 0.31 | 0.21 | 128.22 | 0.41 | 0.65 |
| Hex | 81 | CA | 8B | 24 | 0 | 1F | 15 | 80 | 29 | 41 |
| Octal | 201 | 312 | 213 | 44 | 0 | 37 | 25 | 200 | 51 | 101 |
| Binary | 10000001 | 11001010 | 10001011 | 100100 | 0 | 11111 | 10101 | 10000000 | 101001 | 1000001 |
Color Harmonies of #81CA8B
Complementary color
Monochromatic Colors of #81CA8B
Black with #81CA8B
Text Example
Text Example
White with #81CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CA8B; }
p { color: rgb(129,202,139); }
H1.HeaderClassName
{
color: #81CA8B;
}
.AnyTagClassName
{
color: #81CA8B;
}
</style>
background-color css
<style>
a { background-color: #81CA8B; }
a { background-color: rgb(129,202,139); }
div.DivClassName
{
background-color: #81CA8B;
}
.BgClassName
{
background-color: #81CA8B;
}
</style>
border-color css
<style>
span { border-color: #81CA8B; }
span { border-color: rgb(129,202,139); }
td.TdClassName
{
border-color: #81CA8B;
}
.TagClassName
{
border-color: #81CA8B;
}
</style>