Shades of De York #81BE83
Tints of De York #81BE83
RGB
CMYK
RGB Variations
Color information
#81BE83 (or 0x81BE83) is known color: De York. HEX triplet: 81, BE and 83. RGB value is (129,190,131). Sum of RGB (Red+Green+Blue) = 129+190+131=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BE83 is #7E417C. Grayscale: #A5A5A5. Windows color (decimal): -8274301 or 8633985. OLE color: 8633985.
HSL color Cylindrical-coordinate representation of color #81BE83: hue angle of 121.97º 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 #81BE83 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 131 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.25 |
| HSL | 121.97º | 0.32% | 0.63% | - |
| HSV(B) | 121.97º | 0.32% | 0.75% | - |
| XYZ | 31.56 | 43.13 | 28.13 | - |
| YUV | 165.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 131 | 0.32 | 0 | 0.31 | 0.25 | 121.97 | 0.32 | 0.63 |
| Hex | 81 | BE | 83 | 20 | 0 | 1F | 19 | 7A | 20 | 3F |
| Octal | 201 | 276 | 203 | 40 | 0 | 37 | 31 | 172 | 40 | 77 |
| Binary | 10000001 | 10111110 | 10000011 | 100000 | 0 | 11111 | 11001 | 1111010 | 100000 | 111111 |
Color Harmonies of #81BE83
Complementary color
Monochromatic Colors of #81BE83
Black with #81BE83
Text Example
Text Example
White with #81BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE83; }
p { color: rgb(129,190,131); }
H1.HeaderClassName
{
color: #81BE83;
}
.AnyTagClassName
{
color: #81BE83;
}
</style>
background-color css
<style>
a { background-color: #81BE83; }
a { background-color: rgb(129,190,131); }
div.DivClassName
{
background-color: #81BE83;
}
.BgClassName
{
background-color: #81BE83;
}
</style>
border-color css
<style>
span { border-color: #81BE83; }
span { border-color: rgb(129,190,131); }
td.TdClassName
{
border-color: #81BE83;
}
.TagClassName
{
border-color: #81BE83;
}
</style>