Shades of De York #7BDA8D
Tints of De York #7BDA8D
RGB
CMYK
RGB Variations
Color information
#7BDA8D (or 0x7BDA8D) is known color: De York. HEX triplet: 7B, DA and 8D. RGB value is (123,218,141). Sum of RGB (Red+Green+Blue) = 123+218+141=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDA8D is #842572. Grayscale: #B5B5B5. Windows color (decimal): -8660339 or 9296507. OLE color: 9296507.
HSL color Cylindrical-coordinate representation of color #7BDA8D: hue angle of 131.37º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDA8D is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 141 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.15 |
| HSL | 131.37º | 0.56% | 0.67% | - |
| HSV(B) | 131.37º | 0.44% | 0.85% | - |
| XYZ | 38.05 | 56.28 | 34.06 | - |
| YUV | 180.82 | 105.53 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 141 | 0.44 | 0 | 0.35 | 0.15 | 131.37 | 0.56 | 0.67 |
| Hex | 7B | DA | 8D | 2C | 0 | 23 | F | 83 | 38 | 43 |
| Octal | 173 | 332 | 215 | 54 | 0 | 43 | 17 | 203 | 70 | 103 |
| Binary | 1111011 | 11011010 | 10001101 | 101100 | 0 | 100011 | 1111 | 10000011 | 111000 | 1000011 |
Color Harmonies of #7BDA8D
Complementary color
Monochromatic Colors of #7BDA8D
Black with #7BDA8D
Text Example
Text Example
White with #7BDA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA8D; }
p { color: rgb(123,218,141); }
H1.HeaderClassName
{
color: #7BDA8D;
}
.AnyTagClassName
{
color: #7BDA8D;
}
</style>
background-color css
<style>
a { background-color: #7BDA8D; }
a { background-color: rgb(123,218,141); }
div.DivClassName
{
background-color: #7BDA8D;
}
.BgClassName
{
background-color: #7BDA8D;
}
</style>
border-color css
<style>
span { border-color: #7BDA8D; }
span { border-color: rgb(123,218,141); }
td.TdClassName
{
border-color: #7BDA8D;
}
.TagClassName
{
border-color: #7BDA8D;
}
</style>