Shades of De York #7BDD8E
Tints of De York #7BDD8E
RGB
CMYK
RGB Variations
Color information
#7BDD8E (or 0x7BDD8E) is known color: De York. HEX triplet: 7B, DD and 8E. RGB value is (123,221,142). Sum of RGB (Red+Green+Blue) = 123+221+142=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD8E is #842271. Grayscale: #B6B6B6. Windows color (decimal): -8659570 or 9362811. OLE color: 9362811.
HSL color Cylindrical-coordinate representation of color #7BDD8E: hue angle of 131.63º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDD8E is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 142 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.13 |
| HSL | 131.63º | 0.59% | 0.67% | - |
| HSV(B) | 131.63º | 0.44% | 0.87% | - |
| XYZ | 38.91 | 57.88 | 34.71 | - |
| YUV | 182.69 | 105.03 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 142 | 0.44 | 0 | 0.36 | 0.13 | 131.63 | 0.59 | 0.67 |
| Hex | 7B | DD | 8E | 2C | 0 | 24 | D | 84 | 3B | 43 |
| Octal | 173 | 335 | 216 | 54 | 0 | 44 | 15 | 204 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10001110 | 101100 | 0 | 100100 | 1101 | 10000100 | 111011 | 1000011 |
Color Harmonies of #7BDD8E
Complementary color
Monochromatic Colors of #7BDD8E
Black with #7BDD8E
Text Example
Text Example
White with #7BDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD8E; }
p { color: rgb(123,221,142); }
H1.HeaderClassName
{
color: #7BDD8E;
}
.AnyTagClassName
{
color: #7BDD8E;
}
</style>
background-color css
<style>
a { background-color: #7BDD8E; }
a { background-color: rgb(123,221,142); }
div.DivClassName
{
background-color: #7BDD8E;
}
.BgClassName
{
background-color: #7BDD8E;
}
</style>
border-color css
<style>
span { border-color: #7BDD8E; }
span { border-color: rgb(123,221,142); }
td.TdClassName
{
border-color: #7BDD8E;
}
.TagClassName
{
border-color: #7BDD8E;
}
</style>