Shades of De York #81CB84
Tints of De York #81CB84
RGB
CMYK
RGB Variations
Color information
#81CB84 (or 0x81CB84) is known color: De York. HEX triplet: 81, CB and 84. RGB value is (129,203,132). Sum of RGB (Red+Green+Blue) = 129+203+132=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CB84 is #7E347B. Grayscale: #ACACAC. Windows color (decimal): -8270972 or 8702849. OLE color: 8702849.
HSL color Cylindrical-coordinate representation of color #81CB84: hue angle of 122.43º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81CB84 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 132 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.20 |
| HSL | 122.43º | 0.42% | 0.65% | - |
| HSV(B) | 122.43º | 0.36% | 0.8% | - |
| XYZ | 34.57 | 49.04 | 29.47 | - |
| YUV | 172.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 132 | 0.36 | 0 | 0.35 | 0.20 | 122.43 | 0.42 | 0.65 |
| Hex | 81 | CB | 84 | 24 | 0 | 23 | 14 | 7A | 2A | 41 |
| Octal | 201 | 313 | 204 | 44 | 0 | 43 | 24 | 172 | 52 | 101 |
| Binary | 10000001 | 11001011 | 10000100 | 100100 | 0 | 100011 | 10100 | 1111010 | 101010 | 1000001 |
Color Harmonies of #81CB84
Complementary color
Monochromatic Colors of #81CB84
Black with #81CB84
Text Example
Text Example
White with #81CB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB84; }
p { color: rgb(129,203,132); }
H1.HeaderClassName
{
color: #81CB84;
}
.AnyTagClassName
{
color: #81CB84;
}
</style>
background-color css
<style>
a { background-color: #81CB84; }
a { background-color: rgb(129,203,132); }
div.DivClassName
{
background-color: #81CB84;
}
.BgClassName
{
background-color: #81CB84;
}
</style>
border-color css
<style>
span { border-color: #81CB84; }
span { border-color: rgb(129,203,132); }
td.TdClassName
{
border-color: #81CB84;
}
.TagClassName
{
border-color: #81CB84;
}
</style>