Shades of De York #81BC7E
Tints of De York #81BC7E
RGB
CMYK
RGB Variations
Color information
#81BC7E (or 0x81BC7E) is known color: De York. HEX triplet: 81, BC and 7E. RGB value is (129,188,126). Sum of RGB (Red+Green+Blue) = 129+188+126=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC7E is #7E4381. Grayscale: #A3A3A3. Windows color (decimal): -8274818 or 8305793. OLE color: 8305793.
HSL color Cylindrical-coordinate representation of color #81BC7E: hue angle of 117.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81BC7E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 126 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.26 |
| HSL | 117.1º | 0.32% | 0.62% | - |
| HSV(B) | 117.1º | 0.33% | 0.74% | - |
| XYZ | 30.8 | 42.14 | 26.25 | - |
| YUV | 163.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 126 | 0.31 | 0 | 0.33 | 0.26 | 117.1 | 0.32 | 0.62 |
| Hex | 81 | BC | 7E | 1F | 0 | 21 | 1A | 75 | 20 | 3E |
| Octal | 201 | 274 | 176 | 37 | 0 | 41 | 32 | 165 | 40 | 76 |
| Binary | 10000001 | 10111100 | 1111110 | 11111 | 0 | 100001 | 11010 | 1110101 | 100000 | 111110 |
Color Harmonies of #81BC7E
Complementary color
Monochromatic Colors of #81BC7E
Black with #81BC7E
Text Example
Text Example
White with #81BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC7E; }
p { color: rgb(129,188,126); }
H1.HeaderClassName
{
color: #81BC7E;
}
.AnyTagClassName
{
color: #81BC7E;
}
</style>
background-color css
<style>
a { background-color: #81BC7E; }
a { background-color: rgb(129,188,126); }
div.DivClassName
{
background-color: #81BC7E;
}
.BgClassName
{
background-color: #81BC7E;
}
</style>
border-color css
<style>
span { border-color: #81BC7E; }
span { border-color: rgb(129,188,126); }
td.TdClassName
{
border-color: #81BC7E;
}
.TagClassName
{
border-color: #81BC7E;
}
</style>