Shades of De York #7BDC97
Tints of De York #7BDC97
RGB
CMYK
RGB Variations
Color information
#7BDC97 (or 0x7BDC97) is known color: De York. HEX triplet: 7B, DC and 97. RGB value is (123,220,151). Sum of RGB (Red+Green+Blue) = 123+220+151=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDC97 is #842368. Grayscale: #B7B7B7. Windows color (decimal): -8659817 or 9952379. OLE color: 9952379.
HSL color Cylindrical-coordinate representation of color #7BDC97: hue angle of 137.32º 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 #7BDC97 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 151 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.14 |
| HSL | 137.32º | 0.58% | 0.67% | - |
| HSV(B) | 137.32º | 0.44% | 0.86% | - |
| XYZ | 39.35 | 57.63 | 38.33 | - |
| YUV | 183.13 | 109.86 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 151 | 0.44 | 0 | 0.31 | 0.14 | 137.32 | 0.58 | 0.67 |
| Hex | 7B | DC | 97 | 2C | 0 | 1F | E | 89 | 3A | 43 |
| Octal | 173 | 334 | 227 | 54 | 0 | 37 | 16 | 211 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10010111 | 101100 | 0 | 11111 | 1110 | 10001001 | 111010 | 1000011 |
Color Harmonies of #7BDC97
Complementary color
Monochromatic Colors of #7BDC97
Black with #7BDC97
Text Example
Text Example
White with #7BDC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC97; }
p { color: rgb(123,220,151); }
H1.HeaderClassName
{
color: #7BDC97;
}
.AnyTagClassName
{
color: #7BDC97;
}
</style>
background-color css
<style>
a { background-color: #7BDC97; }
a { background-color: rgb(123,220,151); }
div.DivClassName
{
background-color: #7BDC97;
}
.BgClassName
{
background-color: #7BDC97;
}
</style>
border-color css
<style>
span { border-color: #7BDC97; }
span { border-color: rgb(123,220,151); }
td.TdClassName
{
border-color: #7BDC97;
}
.TagClassName
{
border-color: #7BDC97;
}
</style>