Shades of De York #81BE8C
Tints of De York #81BE8C
RGB
CMYK
RGB Variations
Color information
#81BE8C (or 0x81BE8C) is known color: De York. HEX triplet: 81, BE and 8C. RGB value is (129,190,140). Sum of RGB (Red+Green+Blue) = 129+190+140=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE8C is #7E4173. Grayscale: #A6A6A6. Windows color (decimal): -8274292 or 9223809. OLE color: 9223809.
HSL color Cylindrical-coordinate representation of color #81BE8C: hue angle of 130.82º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BE8C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 140 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.25 |
| HSL | 130.82º | 0.32% | 0.63% | - |
| HSV(B) | 130.82º | 0.32% | 0.75% | - |
| XYZ | 32.2 | 43.39 | 31.49 | - |
| YUV | 166.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 140 | 0.32 | 0 | 0.26 | 0.25 | 130.82 | 0.32 | 0.63 |
| Hex | 81 | BE | 8C | 20 | 0 | 1A | 19 | 83 | 20 | 3F |
| Octal | 201 | 276 | 214 | 40 | 0 | 32 | 31 | 203 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10001100 | 100000 | 0 | 11010 | 11001 | 10000011 | 100000 | 111111 |
Color Harmonies of #81BE8C
Complementary color
Monochromatic Colors of #81BE8C
Black with #81BE8C
Text Example
Text Example
White with #81BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE8C; }
p { color: rgb(129,190,140); }
H1.HeaderClassName
{
color: #81BE8C;
}
.AnyTagClassName
{
color: #81BE8C;
}
</style>
background-color css
<style>
a { background-color: #81BE8C; }
a { background-color: rgb(129,190,140); }
div.DivClassName
{
background-color: #81BE8C;
}
.BgClassName
{
background-color: #81BE8C;
}
</style>
border-color css
<style>
span { border-color: #81BE8C; }
span { border-color: rgb(129,190,140); }
td.TdClassName
{
border-color: #81BE8C;
}
.TagClassName
{
border-color: #81BE8C;
}
</style>