Shades of De York #80BE76
Tints of De York #80BE76
RGB
CMYK
RGB Variations
Color information
#80BE76 (or 0x80BE76) is known color: De York. HEX triplet: 80, BE and 76. RGB value is (128,190,118). Sum of RGB (Red+Green+Blue) = 128+190+118=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE76 is #7F4189. Grayscale: #A3A3A3. Windows color (decimal): -8339850 or 7782016. OLE color: 7782016.
HSL color Cylindrical-coordinate representation of color #80BE76: hue angle of 111.67º 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 #80BE76 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 118 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.25 |
| HSL | 111.67º | 0.36% | 0.6% | - |
| HSV(B) | 111.67º | 0.38% | 0.75% | - |
| XYZ | 30.59 | 42.72 | 23.77 | - |
| YUV | 163.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 118 | 0.33 | 0 | 0.38 | 0.25 | 111.67 | 0.36 | 0.6 |
| Hex | 80 | BE | 76 | 21 | 0 | 26 | 19 | 70 | 24 | 3C |
| Octal | 200 | 276 | 166 | 41 | 0 | 46 | 31 | 160 | 44 | 74 |
| Binary | 10000000 | 10111110 | 1110110 | 100001 | 0 | 100110 | 11001 | 1110000 | 100100 | 111100 |
Color Harmonies of #80BE76
Complementary color
Monochromatic Colors of #80BE76
Black with #80BE76
Text Example
Text Example
White with #80BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE76; }
p { color: rgb(128,190,118); }
H1.HeaderClassName
{
color: #80BE76;
}
.AnyTagClassName
{
color: #80BE76;
}
</style>
background-color css
<style>
a { background-color: #80BE76; }
a { background-color: rgb(128,190,118); }
div.DivClassName
{
background-color: #80BE76;
}
.BgClassName
{
background-color: #80BE76;
}
</style>
border-color css
<style>
span { border-color: #80BE76; }
span { border-color: rgb(128,190,118); }
td.TdClassName
{
border-color: #80BE76;
}
.TagClassName
{
border-color: #80BE76;
}
</style>