Shades of De York #81BE75
Tints of De York #81BE75
RGB
CMYK
RGB Variations
Color information
#81BE75 (or 0x81BE75) is known color: De York. HEX triplet: 81, BE and 75. RGB value is (129,190,117). Sum of RGB (Red+Green+Blue) = 129+190+117=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE75 is #7E418A. Grayscale: #A3A3A3. Windows color (decimal): -8274315 or 7716481. OLE color: 7716481.
HSL color Cylindrical-coordinate representation of color #81BE75: hue angle of 110.14º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81BE75 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 117 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.25 |
| HSL | 110.14º | 0.36% | 0.6% | - |
| HSV(B) | 110.14º | 0.38% | 0.75% | - |
| XYZ | 30.68 | 42.78 | 23.47 | - |
| YUV | 163.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 117 | 0.32 | 0 | 0.38 | 0.25 | 110.14 | 0.36 | 0.6 |
| Hex | 81 | BE | 75 | 20 | 0 | 26 | 19 | 6E | 24 | 3C |
| Octal | 201 | 276 | 165 | 40 | 0 | 46 | 31 | 156 | 44 | 74 |
| Binary | 10000001 | 10111110 | 1110101 | 100000 | 0 | 100110 | 11001 | 1101110 | 100100 | 111100 |
Color Harmonies of #81BE75
Complementary color
Monochromatic Colors of #81BE75
Black with #81BE75
Text Example
Text Example
White with #81BE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE75; }
p { color: rgb(129,190,117); }
H1.HeaderClassName
{
color: #81BE75;
}
.AnyTagClassName
{
color: #81BE75;
}
</style>
background-color css
<style>
a { background-color: #81BE75; }
a { background-color: rgb(129,190,117); }
div.DivClassName
{
background-color: #81BE75;
}
.BgClassName
{
background-color: #81BE75;
}
</style>
border-color css
<style>
span { border-color: #81BE75; }
span { border-color: rgb(129,190,117); }
td.TdClassName
{
border-color: #81BE75;
}
.TagClassName
{
border-color: #81BE75;
}
</style>