Shades of De York #81CC90
Tints of De York #81CC90
RGB
CMYK
RGB Variations
Color information
#81CC90 (or 0x81CC90) is known color: De York. HEX triplet: 81, CC and 90. RGB value is (129,204,144). Sum of RGB (Red+Green+Blue) = 129+204+144=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CC90 is #7E336F. Grayscale: #AEAEAE. Windows color (decimal): -8270704 or 9489537. OLE color: 9489537.
HSL color Cylindrical-coordinate representation of color #81CC90: hue angle of 132º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CC90 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 144 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.2 |
| HSL | 132º | 0.42% | 0.65% | - |
| HSV(B) | 132º | 0.37% | 0.8% | - |
| XYZ | 35.68 | 49.87 | 34.13 | - |
| YUV | 174.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 144 | 0.37 | 0 | 0.29 | 0.2 | 132 | 0.42 | 0.65 |
| Hex | 81 | CC | 90 | 25 | 0 | 1D | 14 | 84 | 2A | 41 |
| Octal | 201 | 314 | 220 | 45 | 0 | 35 | 24 | 204 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10010000 | 100101 | 0 | 11101 | 10100 | 10000100 | 101010 | 1000001 |
Color Harmonies of #81CC90
Complementary color
Monochromatic Colors of #81CC90
Black with #81CC90
Text Example
Text Example
White with #81CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC90; }
p { color: rgb(129,204,144); }
H1.HeaderClassName
{
color: #81CC90;
}
.AnyTagClassName
{
color: #81CC90;
}
</style>
background-color css
<style>
a { background-color: #81CC90; }
a { background-color: rgb(129,204,144); }
div.DivClassName
{
background-color: #81CC90;
}
.BgClassName
{
background-color: #81CC90;
}
</style>
border-color css
<style>
span { border-color: #81CC90; }
span { border-color: rgb(129,204,144); }
td.TdClassName
{
border-color: #81CC90;
}
.TagClassName
{
border-color: #81CC90;
}
</style>