Shades of De York #81BC84
Tints of De York #81BC84
RGB
CMYK
RGB Variations
Color information
#81BC84 (or 0x81BC84) is known color: De York. HEX triplet: 81, BC and 84. RGB value is (129,188,132). Sum of RGB (Red+Green+Blue) = 129+188+132=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC84 is #7E437B. Grayscale: #A4A4A4. Windows color (decimal): -8274812 or 8699009. OLE color: 8699009.
HSL color Cylindrical-coordinate representation of color #81BC84: hue angle of 123.05º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BC84 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 132 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.26 |
| HSL | 123.05º | 0.31% | 0.62% | - |
| HSV(B) | 123.05º | 0.31% | 0.74% | - |
| XYZ | 31.2 | 42.3 | 28.35 | - |
| YUV | 163.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 132 | 0.31 | 0 | 0.30 | 0.26 | 123.05 | 0.31 | 0.62 |
| Hex | 81 | BC | 84 | 1F | 0 | 1E | 1A | 7B | 1F | 3E |
| Octal | 201 | 274 | 204 | 37 | 0 | 36 | 32 | 173 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10000100 | 11111 | 0 | 11110 | 11010 | 1111011 | 11111 | 111110 |
Color Harmonies of #81BC84
Complementary color
Monochromatic Colors of #81BC84
Black with #81BC84
Text Example
Text Example
White with #81BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC84; }
p { color: rgb(129,188,132); }
H1.HeaderClassName
{
color: #81BC84;
}
.AnyTagClassName
{
color: #81BC84;
}
</style>
background-color css
<style>
a { background-color: #81BC84; }
a { background-color: rgb(129,188,132); }
div.DivClassName
{
background-color: #81BC84;
}
.BgClassName
{
background-color: #81BC84;
}
</style>
border-color css
<style>
span { border-color: #81BC84; }
span { border-color: rgb(129,188,132); }
td.TdClassName
{
border-color: #81BC84;
}
.TagClassName
{
border-color: #81BC84;
}
</style>