Shades of De York #81CC84
Tints of De York #81CC84
RGB
CMYK
RGB Variations
Color information
#81CC84 (or 0x81CC84) is known color: De York. HEX triplet: 81, CC and 84. RGB value is (129,204,132). Sum of RGB (Red+Green+Blue) = 129+204+132=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CC84 is #7E337B. Grayscale: #ADADAD. Windows color (decimal): -8270716 or 8703105. OLE color: 8703105.
HSL color Cylindrical-coordinate representation of color #81CC84: hue angle of 122.4º 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 #81CC84 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 132 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.2 |
| HSL | 122.4º | 0.42% | 0.65% | - |
| HSV(B) | 122.4º | 0.37% | 0.8% | - |
| XYZ | 34.81 | 49.52 | 29.55 | - |
| YUV | 173.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 132 | 0.37 | 0 | 0.35 | 0.2 | 122.4 | 0.42 | 0.65 |
| Hex | 81 | CC | 84 | 25 | 0 | 23 | 14 | 7A | 2A | 41 |
| Octal | 201 | 314 | 204 | 45 | 0 | 43 | 24 | 172 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10000100 | 100101 | 0 | 100011 | 10100 | 1111010 | 101010 | 1000001 |
Color Harmonies of #81CC84
Complementary color
Monochromatic Colors of #81CC84
Black with #81CC84
Text Example
Text Example
White with #81CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC84; }
p { color: rgb(129,204,132); }
H1.HeaderClassName
{
color: #81CC84;
}
.AnyTagClassName
{
color: #81CC84;
}
</style>
background-color css
<style>
a { background-color: #81CC84; }
a { background-color: rgb(129,204,132); }
div.DivClassName
{
background-color: #81CC84;
}
.BgClassName
{
background-color: #81CC84;
}
</style>
border-color css
<style>
span { border-color: #81CC84; }
span { border-color: rgb(129,204,132); }
td.TdClassName
{
border-color: #81CC84;
}
.TagClassName
{
border-color: #81CC84;
}
</style>