Shades of De York #7BDC96
Tints of De York #7BDC96
RGB
CMYK
RGB Variations
Color information
#7BDC96 (or 0x7BDC96) is known color: De York. HEX triplet: 7B, DC and 96. RGB value is (123,220,150). Sum of RGB (Red+Green+Blue) = 123+220+150=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDC96 is #842369. Grayscale: #B7B7B7. Windows color (decimal): -8659818 or 9886843. OLE color: 9886843.
HSL color Cylindrical-coordinate representation of color #7BDC96: hue angle of 136.7º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDC96 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 150 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.14 |
| HSL | 136.7º | 0.58% | 0.67% | - |
| HSV(B) | 136.7º | 0.44% | 0.86% | - |
| XYZ | 39.27 | 57.6 | 37.9 | - |
| YUV | 183.02 | 109.36 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 150 | 0.44 | 0 | 0.32 | 0.14 | 136.7 | 0.58 | 0.67 |
| Hex | 7B | DC | 96 | 2C | 0 | 20 | E | 89 | 3A | 43 |
| Octal | 173 | 334 | 226 | 54 | 0 | 40 | 16 | 211 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10010110 | 101100 | 0 | 100000 | 1110 | 10001001 | 111010 | 1000011 |
Color Harmonies of #7BDC96
Complementary color
Monochromatic Colors of #7BDC96
Black with #7BDC96
Text Example
Text Example
White with #7BDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC96; }
p { color: rgb(123,220,150); }
H1.HeaderClassName
{
color: #7BDC96;
}
.AnyTagClassName
{
color: #7BDC96;
}
</style>
background-color css
<style>
a { background-color: #7BDC96; }
a { background-color: rgb(123,220,150); }
div.DivClassName
{
background-color: #7BDC96;
}
.BgClassName
{
background-color: #7BDC96;
}
</style>
border-color css
<style>
span { border-color: #7BDC96; }
span { border-color: rgb(123,220,150); }
td.TdClassName
{
border-color: #7BDC96;
}
.TagClassName
{
border-color: #7BDC96;
}
</style>