Shades of De York #7BDB96
Tints of De York #7BDB96
RGB
CMYK
RGB Variations
Color information
#7BDB96 (or 0x7BDB96) is known color: De York. HEX triplet: 7B, DB and 96. RGB value is (123,219,150). Sum of RGB (Red+Green+Blue) = 123+219+150=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDB96 is #842469. Grayscale: #B6B6B6. Windows color (decimal): -8660074 or 9886587. OLE color: 9886587.
HSL color Cylindrical-coordinate representation of color #7BDB96: hue angle of 136.88º degrees, saturation: 0.57, 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 #7BDB96 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 150 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.14 |
| HSL | 136.88º | 0.57% | 0.67% | - |
| HSV(B) | 136.88º | 0.44% | 0.86% | - |
| XYZ | 39 | 57.08 | 37.82 | - |
| YUV | 182.43 | 109.7 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 150 | 0.44 | 0 | 0.32 | 0.14 | 136.88 | 0.57 | 0.67 |
| Hex | 7B | DB | 96 | 2C | 0 | 20 | E | 89 | 39 | 43 |
| Octal | 173 | 333 | 226 | 54 | 0 | 40 | 16 | 211 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10010110 | 101100 | 0 | 100000 | 1110 | 10001001 | 111001 | 1000011 |
Color Harmonies of #7BDB96
Complementary color
Monochromatic Colors of #7BDB96
Black with #7BDB96
Text Example
Text Example
White with #7BDB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDB96; }
p { color: rgb(123,219,150); }
H1.HeaderClassName
{
color: #7BDB96;
}
.AnyTagClassName
{
color: #7BDB96;
}
</style>
background-color css
<style>
a { background-color: #7BDB96; }
a { background-color: rgb(123,219,150); }
div.DivClassName
{
background-color: #7BDB96;
}
.BgClassName
{
background-color: #7BDB96;
}
</style>
border-color css
<style>
span { border-color: #7BDB96; }
span { border-color: rgb(123,219,150); }
td.TdClassName
{
border-color: #7BDB96;
}
.TagClassName
{
border-color: #7BDB96;
}
</style>