Shades of De York #7BD993
Tints of De York #7BD993
RGB
CMYK
RGB Variations
Color information
#7BD993 (or 0x7BD993) is known color: De York. HEX triplet: 7B, D9 and 93. RGB value is (123,217,147). Sum of RGB (Red+Green+Blue) = 123+217+147=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD993 is #84266C. Grayscale: #B5B5B5. Windows color (decimal): -8660589 or 9689467. OLE color: 9689467.
HSL color Cylindrical-coordinate representation of color #7BD993: hue angle of 135.32º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD993 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 217 | 147 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.15 |
| HSL | 135.32º | 0.55% | 0.67% | - |
| HSV(B) | 135.32º | 0.43% | 0.85% | - |
| XYZ | 38.25 | 55.94 | 36.39 | - |
| YUV | 180.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 217 | 147 | 0.43 | 0 | 0.32 | 0.15 | 135.32 | 0.55 | 0.67 |
| Hex | 7B | D9 | 93 | 2B | 0 | 20 | F | 87 | 37 | 43 |
| Octal | 173 | 331 | 223 | 53 | 0 | 40 | 17 | 207 | 67 | 103 |
| Binary | 1111011 | 11011001 | 10010011 | 101011 | 0 | 100000 | 1111 | 10000111 | 110111 | 1000011 |
Color Harmonies of #7BD993
Complementary color
Monochromatic Colors of #7BD993
Black with #7BD993
Text Example
Text Example
White with #7BD993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD993; }
p { color: rgb(123,217,147); }
H1.HeaderClassName
{
color: #7BD993;
}
.AnyTagClassName
{
color: #7BD993;
}
</style>
background-color css
<style>
a { background-color: #7BD993; }
a { background-color: rgb(123,217,147); }
div.DivClassName
{
background-color: #7BD993;
}
.BgClassName
{
background-color: #7BD993;
}
</style>
border-color css
<style>
span { border-color: #7BD993; }
span { border-color: rgb(123,217,147); }
td.TdClassName
{
border-color: #7BD993;
}
.TagClassName
{
border-color: #7BD993;
}
</style>