Shades of De York #7BD396
Tints of De York #7BD396
RGB
CMYK
RGB Variations
Color information
#7BD396 (or 0x7BD396) is known color: De York. HEX triplet: 7B, D3 and 96. RGB value is (123,211,150). Sum of RGB (Red+Green+Blue) = 123+211+150=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD396 is #842C69. Grayscale: #B1B1B1. Windows color (decimal): -8662122 or 9884539. OLE color: 9884539.
HSL color Cylindrical-coordinate representation of color #7BD396: hue angle of 138.41º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD396 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 150 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.17 |
| HSL | 138.41º | 0.5% | 0.65% | - |
| HSV(B) | 138.41º | 0.42% | 0.83% | - |
| XYZ | 36.97 | 53 | 37.14 | - |
| YUV | 177.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 150 | 0.42 | 0 | 0.29 | 0.17 | 138.41 | 0.5 | 0.65 |
| Hex | 7B | D3 | 96 | 2A | 0 | 1D | 11 | 8A | 32 | 41 |
| Octal | 173 | 323 | 226 | 52 | 0 | 35 | 21 | 212 | 62 | 101 |
| Binary | 1111011 | 11010011 | 10010110 | 101010 | 0 | 11101 | 10001 | 10001010 | 110010 | 1000001 |
Color Harmonies of #7BD396
Complementary color
Monochromatic Colors of #7BD396
Black with #7BD396
Text Example
Text Example
White with #7BD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD396; }
p { color: rgb(123,211,150); }
H1.HeaderClassName
{
color: #7BD396;
}
.AnyTagClassName
{
color: #7BD396;
}
</style>
background-color css
<style>
a { background-color: #7BD396; }
a { background-color: rgb(123,211,150); }
div.DivClassName
{
background-color: #7BD396;
}
.BgClassName
{
background-color: #7BD396;
}
</style>
border-color css
<style>
span { border-color: #7BD396; }
span { border-color: rgb(123,211,150); }
td.TdClassName
{
border-color: #7BD396;
}
.TagClassName
{
border-color: #7BD396;
}
</style>