Shades of De York #7BDE9B
Tints of De York #7BDE9B
RGB
CMYK
RGB Variations
Color information
#7BDE9B (or 0x7BDE9B) is known color: De York. HEX triplet: 7B, DE and 9B. RGB value is (123,222,155). Sum of RGB (Red+Green+Blue) = 123+222+155=500 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #7BDE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDE9B is #842164. Grayscale: #B8B8B8. Windows color (decimal): -8659301 or 10215035. OLE color: 10215035.
HSL color Cylindrical-coordinate representation of color #7BDE9B: hue angle of 139.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDE9B is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 222 | 155 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.13 |
| HSL | 139.39º | 0.6% | 0.68% | - |
| HSV(B) | 139.39º | 0.45% | 0.87% | - |
| XYZ | 40.21 | 58.82 | 40.24 | - |
| YUV | 184.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 222 | 155 | 0.45 | 0 | 0.30 | 0.13 | 139.39 | 0.6 | 0.68 |
| Hex | 7B | DE | 9B | 2D | 0 | 1E | D | 8B | 3C | 44 |
| Octal | 173 | 336 | 233 | 55 | 0 | 36 | 15 | 213 | 74 | 104 |
| Binary | 1111011 | 11011110 | 10011011 | 101101 | 0 | 11110 | 1101 | 10001011 | 111100 | 1000100 |
Color Harmonies of #7BDE9B
Complementary color
Monochromatic Colors of #7BDE9B
Black with #7BDE9B
Text Example
Text Example
White with #7BDE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDE9B; }
p { color: rgb(123,222,155); }
H1.HeaderClassName
{
color: #7BDE9B;
}
.AnyTagClassName
{
color: #7BDE9B;
}
</style>
background-color css
<style>
a { background-color: #7BDE9B; }
a { background-color: rgb(123,222,155); }
div.DivClassName
{
background-color: #7BDE9B;
}
.BgClassName
{
background-color: #7BDE9B;
}
</style>
border-color css
<style>
span { border-color: #7BDE9B; }
span { border-color: rgb(123,222,155); }
td.TdClassName
{
border-color: #7BDE9B;
}
.TagClassName
{
border-color: #7BDE9B;
}
</style>