Shades of De York #7BD08D
Tints of De York #7BD08D
RGB
CMYK
RGB Variations
Color information
#7BD08D (or 0x7BD08D) is known color: De York. HEX triplet: 7B, D0 and 8D. RGB value is (123,208,141). Sum of RGB (Red+Green+Blue) = 123+208+141=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD08D is #842F72. Grayscale: #AFAFAF. Windows color (decimal): -8662899 or 9293947. OLE color: 9293947.
HSL color Cylindrical-coordinate representation of color #7BD08D: hue angle of 132.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD08D is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 208 | 141 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.18 |
| HSL | 132.71º | 0.47% | 0.65% | - |
| HSV(B) | 132.71º | 0.41% | 0.82% | - |
| XYZ | 35.53 | 51.25 | 33.22 | - |
| YUV | 174.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 208 | 141 | 0.41 | 0 | 0.32 | 0.18 | 132.71 | 0.47 | 0.65 |
| Hex | 7B | D0 | 8D | 29 | 0 | 20 | 12 | 85 | 2F | 41 |
| Octal | 173 | 320 | 215 | 51 | 0 | 40 | 22 | 205 | 57 | 101 |
| Binary | 1111011 | 11010000 | 10001101 | 101001 | 0 | 100000 | 10010 | 10000101 | 101111 | 1000001 |
Color Harmonies of #7BD08D
Complementary color
Monochromatic Colors of #7BD08D
Black with #7BD08D
Text Example
Text Example
White with #7BD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD08D; }
p { color: rgb(123,208,141); }
H1.HeaderClassName
{
color: #7BD08D;
}
.AnyTagClassName
{
color: #7BD08D;
}
</style>
background-color css
<style>
a { background-color: #7BD08D; }
a { background-color: rgb(123,208,141); }
div.DivClassName
{
background-color: #7BD08D;
}
.BgClassName
{
background-color: #7BD08D;
}
</style>
border-color css
<style>
span { border-color: #7BD08D; }
span { border-color: rgb(123,208,141); }
td.TdClassName
{
border-color: #7BD08D;
}
.TagClassName
{
border-color: #7BD08D;
}
</style>