Shades of De York #7BD286
Tints of De York #7BD286
RGB
CMYK
RGB Variations
Color information
#7BD286 (or 0x7BD286) is known color: De York. HEX triplet: 7B, D2 and 86. RGB value is (123,210,134). Sum of RGB (Red+Green+Blue) = 123+210+134=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD286 is #842D79. Grayscale: #AFAFAF. Windows color (decimal): -8662394 or 8835707. OLE color: 8835707.
HSL color Cylindrical-coordinate representation of color #7BD286: hue angle of 127.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD286 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 210 | 134 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.18 |
| HSL | 127.59º | 0.49% | 0.65% | - |
| HSV(B) | 127.59º | 0.41% | 0.82% | - |
| XYZ | 35.52 | 52.03 | 30.72 | - |
| YUV | 175.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 210 | 134 | 0.41 | 0 | 0.36 | 0.18 | 127.59 | 0.49 | 0.65 |
| Hex | 7B | D2 | 86 | 29 | 0 | 24 | 12 | 80 | 31 | 41 |
| Octal | 173 | 322 | 206 | 51 | 0 | 44 | 22 | 200 | 61 | 101 |
| Binary | 1111011 | 11010010 | 10000110 | 101001 | 0 | 100100 | 10010 | 10000000 | 110001 | 1000001 |
Color Harmonies of #7BD286
Complementary color
Monochromatic Colors of #7BD286
Black with #7BD286
Text Example
Text Example
White with #7BD286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD286; }
p { color: rgb(123,210,134); }
H1.HeaderClassName
{
color: #7BD286;
}
.AnyTagClassName
{
color: #7BD286;
}
</style>
background-color css
<style>
a { background-color: #7BD286; }
a { background-color: rgb(123,210,134); }
div.DivClassName
{
background-color: #7BD286;
}
.BgClassName
{
background-color: #7BD286;
}
</style>
border-color css
<style>
span { border-color: #7BD286; }
span { border-color: rgb(123,210,134); }
td.TdClassName
{
border-color: #7BD286;
}
.TagClassName
{
border-color: #7BD286;
}
</style>