Shades of De York #7BDC8E
Tints of De York #7BDC8E
RGB
CMYK
RGB Variations
Color information
#7BDC8E (or 0x7BDC8E) is known color: De York. HEX triplet: 7B, DC and 8E. RGB value is (123,220,142). Sum of RGB (Red+Green+Blue) = 123+220+142=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDC8E is #842371. Grayscale: #B6B6B6. Windows color (decimal): -8659826 or 9362555. OLE color: 9362555.
HSL color Cylindrical-coordinate representation of color #7BDC8E: hue angle of 131.75º 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 #7BDC8E is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 142 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.14 |
| HSL | 131.75º | 0.58% | 0.67% | - |
| HSV(B) | 131.75º | 0.44% | 0.86% | - |
| XYZ | 38.64 | 57.35 | 34.62 | - |
| YUV | 182.11 | 105.36 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 142 | 0.44 | 0 | 0.35 | 0.14 | 131.75 | 0.58 | 0.67 |
| Hex | 7B | DC | 8E | 2C | 0 | 23 | E | 84 | 3A | 43 |
| Octal | 173 | 334 | 216 | 54 | 0 | 43 | 16 | 204 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10001110 | 101100 | 0 | 100011 | 1110 | 10000100 | 111010 | 1000011 |
Color Harmonies of #7BDC8E
Complementary color
Monochromatic Colors of #7BDC8E
Black with #7BDC8E
Text Example
Text Example
White with #7BDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC8E; }
p { color: rgb(123,220,142); }
H1.HeaderClassName
{
color: #7BDC8E;
}
.AnyTagClassName
{
color: #7BDC8E;
}
</style>
background-color css
<style>
a { background-color: #7BDC8E; }
a { background-color: rgb(123,220,142); }
div.DivClassName
{
background-color: #7BDC8E;
}
.BgClassName
{
background-color: #7BDC8E;
}
</style>
border-color css
<style>
span { border-color: #7BDC8E; }
span { border-color: rgb(123,220,142); }
td.TdClassName
{
border-color: #7BDC8E;
}
.TagClassName
{
border-color: #7BDC8E;
}
</style>