Shades of De York #81BC81
Tints of De York #81BC81
RGB
CMYK
RGB Variations
Color information
#81BC81 (or 0x81BC81) is known color: De York. HEX triplet: 81, BC and 81. RGB value is (129,188,129). Sum of RGB (Red+Green+Blue) = 129+188+129=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC81 is #7E437E. Grayscale: #A3A3A3. Windows color (decimal): -8274815 or 8502401. OLE color: 8502401.
HSL color Cylindrical-coordinate representation of color #81BC81: hue angle of 120º 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 #81BC81 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 129 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.26 |
| HSL | 120º | 0.31% | 0.62% | - |
| HSV(B) | 120º | 0.31% | 0.74% | - |
| XYZ | 31 | 42.22 | 27.28 | - |
| YUV | 163.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 129 | 0.31 | 0 | 0.31 | 0.26 | 120 | 0.31 | 0.62 |
| Hex | 81 | BC | 81 | 1F | 0 | 1F | 1A | 78 | 1F | 3E |
| Octal | 201 | 274 | 201 | 37 | 0 | 37 | 32 | 170 | 37 | 76 |
| Binary | 10000001 | 10111100 | 10000001 | 11111 | 0 | 11111 | 11010 | 1111000 | 11111 | 111110 |
Color Harmonies of #81BC81
Complementary color
Monochromatic Colors of #81BC81
Black with #81BC81
Text Example
Text Example
White with #81BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC81; }
p { color: rgb(129,188,129); }
H1.HeaderClassName
{
color: #81BC81;
}
.AnyTagClassName
{
color: #81BC81;
}
</style>
background-color css
<style>
a { background-color: #81BC81; }
a { background-color: rgb(129,188,129); }
div.DivClassName
{
background-color: #81BC81;
}
.BgClassName
{
background-color: #81BC81;
}
</style>
border-color css
<style>
span { border-color: #81BC81; }
span { border-color: rgb(129,188,129); }
td.TdClassName
{
border-color: #81BC81;
}
.TagClassName
{
border-color: #81BC81;
}
</style>