Shades of De York #80BE7B
Tints of De York #80BE7B
RGB
CMYK
RGB Variations
Color information
#80BE7B (or 0x80BE7B) is known color: De York. HEX triplet: 80, BE and 7B. RGB value is (128,190,123). Sum of RGB (Red+Green+Blue) = 128+190+123=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BE7B is #7F4184. Grayscale: #A4A4A4. Windows color (decimal): -8339845 or 8109696. OLE color: 8109696.
HSL color Cylindrical-coordinate representation of color #80BE7B: hue angle of 115.52º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80BE7B is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 123 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.25 |
| HSL | 115.52º | 0.34% | 0.61% | - |
| HSV(B) | 115.52º | 0.35% | 0.75% | - |
| XYZ | 30.89 | 42.85 | 25.38 | - |
| YUV | 163.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 123 | 0.33 | 0 | 0.35 | 0.25 | 115.52 | 0.34 | 0.61 |
| Hex | 80 | BE | 7B | 21 | 0 | 23 | 19 | 74 | 22 | 3D |
| Octal | 200 | 276 | 173 | 41 | 0 | 43 | 31 | 164 | 42 | 75 |
| Binary | 10000000 | 10111110 | 1111011 | 100001 | 0 | 100011 | 11001 | 1110100 | 100010 | 111101 |
Color Harmonies of #80BE7B
Complementary color
Monochromatic Colors of #80BE7B
Black with #80BE7B
Text Example
Text Example
White with #80BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE7B; }
p { color: rgb(128,190,123); }
H1.HeaderClassName
{
color: #80BE7B;
}
.AnyTagClassName
{
color: #80BE7B;
}
</style>
background-color css
<style>
a { background-color: #80BE7B; }
a { background-color: rgb(128,190,123); }
div.DivClassName
{
background-color: #80BE7B;
}
.BgClassName
{
background-color: #80BE7B;
}
</style>
border-color css
<style>
span { border-color: #80BE7B; }
span { border-color: rgb(128,190,123); }
td.TdClassName
{
border-color: #80BE7B;
}
.TagClassName
{
border-color: #80BE7B;
}
</style>