Shades of De York #7BD586
Tints of De York #7BD586
RGB
CMYK
RGB Variations
Color information
#7BD586 (or 0x7BD586) is known color: De York. HEX triplet: 7B, D5 and 86. RGB value is (123,213,134). Sum of RGB (Red+Green+Blue) = 123+213+134=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD586 is #842A79. Grayscale: #B1B1B1. Windows color (decimal): -8661626 or 8836475. OLE color: 8836475.
HSL color Cylindrical-coordinate representation of color #7BD586: hue angle of 127.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD586 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 134 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.16 |
| HSL | 127.33º | 0.52% | 0.66% | - |
| HSV(B) | 127.33º | 0.42% | 0.84% | - |
| XYZ | 36.27 | 53.52 | 30.97 | - |
| YUV | 177.08 | 103.68 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 134 | 0.42 | 0 | 0.37 | 0.16 | 127.33 | 0.52 | 0.66 |
| Hex | 7B | D5 | 86 | 2A | 0 | 25 | 10 | 7F | 34 | 42 |
| Octal | 173 | 325 | 206 | 52 | 0 | 45 | 20 | 177 | 64 | 102 |
| Binary | 1111011 | 11010101 | 10000110 | 101010 | 0 | 100101 | 10000 | 1111111 | 110100 | 1000010 |
Color Harmonies of #7BD586
Complementary color
Monochromatic Colors of #7BD586
Black with #7BD586
Text Example
Text Example
White with #7BD586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD586; }
p { color: rgb(123,213,134); }
H1.HeaderClassName
{
color: #7BD586;
}
.AnyTagClassName
{
color: #7BD586;
}
</style>
background-color css
<style>
a { background-color: #7BD586; }
a { background-color: rgb(123,213,134); }
div.DivClassName
{
background-color: #7BD586;
}
.BgClassName
{
background-color: #7BD586;
}
</style>
border-color css
<style>
span { border-color: #7BD586; }
span { border-color: rgb(123,213,134); }
td.TdClassName
{
border-color: #7BD586;
}
.TagClassName
{
border-color: #7BD586;
}
</style>