Shades of De York #81C490
Tints of De York #81C490
RGB
CMYK
RGB Variations
Color information
#81C490 (or 0x81C490) is known color: De York. HEX triplet: 81, C4 and 90. RGB value is (129,196,144). Sum of RGB (Red+Green+Blue) = 129+196+144=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #81C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C490 is #7E3B6F. Grayscale: #AAAAAA. Windows color (decimal): -8272752 or 9487489. OLE color: 9487489.
HSL color Cylindrical-coordinate representation of color #81C490: hue angle of 133.43º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C490 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 196 | 144 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.23 |
| HSL | 133.43º | 0.36% | 0.64% | - |
| HSV(B) | 133.43º | 0.34% | 0.77% | - |
| XYZ | 33.83 | 46.16 | 33.51 | - |
| YUV | 170.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 144 | 0.34 | 0 | 0.27 | 0.23 | 133.43 | 0.36 | 0.64 |
| Hex | 81 | C4 | 90 | 22 | 0 | 1B | 17 | 85 | 24 | 40 |
| Octal | 201 | 304 | 220 | 42 | 0 | 33 | 27 | 205 | 44 | 100 |
| Binary | 10000001 | 11000100 | 10010000 | 100010 | 0 | 11011 | 10111 | 10000101 | 100100 | 1000000 |
Color Harmonies of #81C490
Complementary color
Monochromatic Colors of #81C490
Black with #81C490
Text Example
Text Example
White with #81C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C490; }
p { color: rgb(129,196,144); }
H1.HeaderClassName
{
color: #81C490;
}
.AnyTagClassName
{
color: #81C490;
}
</style>
background-color css
<style>
a { background-color: #81C490; }
a { background-color: rgb(129,196,144); }
div.DivClassName
{
background-color: #81C490;
}
.BgClassName
{
background-color: #81C490;
}
</style>
border-color css
<style>
span { border-color: #81C490; }
span { border-color: rgb(129,196,144); }
td.TdClassName
{
border-color: #81C490;
}
.TagClassName
{
border-color: #81C490;
}
</style>