Shades of De York #7BDD90
Tints of De York #7BDD90
RGB
CMYK
RGB Variations
Color information
#7BDD90 (or 0x7BDD90) is known color: De York. HEX triplet: 7B, DD and 90. RGB value is (123,221,144). Sum of RGB (Red+Green+Blue) = 123+221+144=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD90 is #84226F. Grayscale: #B7B7B7. Windows color (decimal): -8659568 or 9493883. OLE color: 9493883.
HSL color Cylindrical-coordinate representation of color #7BDD90: hue angle of 132.86º 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 #7BDD90 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 144 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.13 |
| HSL | 132.86º | 0.59% | 0.67% | - |
| HSV(B) | 132.86º | 0.44% | 0.87% | - |
| XYZ | 39.06 | 57.94 | 35.51 | - |
| YUV | 182.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 144 | 0.44 | 0 | 0.35 | 0.13 | 132.86 | 0.59 | 0.67 |
| Hex | 7B | DD | 90 | 2C | 0 | 23 | D | 85 | 3B | 43 |
| Octal | 173 | 335 | 220 | 54 | 0 | 43 | 15 | 205 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10010000 | 101100 | 0 | 100011 | 1101 | 10000101 | 111011 | 1000011 |
Color Harmonies of #7BDD90
Complementary color
Monochromatic Colors of #7BDD90
Black with #7BDD90
Text Example
Text Example
White with #7BDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD90; }
p { color: rgb(123,221,144); }
H1.HeaderClassName
{
color: #7BDD90;
}
.AnyTagClassName
{
color: #7BDD90;
}
</style>
background-color css
<style>
a { background-color: #7BDD90; }
a { background-color: rgb(123,221,144); }
div.DivClassName
{
background-color: #7BDD90;
}
.BgClassName
{
background-color: #7BDD90;
}
</style>
border-color css
<style>
span { border-color: #7BDD90; }
span { border-color: rgb(123,221,144); }
td.TdClassName
{
border-color: #7BDD90;
}
.TagClassName
{
border-color: #7BDD90;
}
</style>