Shades of De York #7BD690
Tints of De York #7BD690
RGB
CMYK
RGB Variations
Color information
#7BD690 (or 0x7BD690) is known color: De York. HEX triplet: 7B, D6 and 90. RGB value is (123,214,144). Sum of RGB (Red+Green+Blue) = 123+214+144=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #7BD690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD690 is #84296F. Grayscale: #B3B3B3. Windows color (decimal): -8661360 or 9492091. OLE color: 9492091.
HSL color Cylindrical-coordinate representation of color #7BD690: hue angle of 133.85º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD690 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 214 | 144 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.16 |
| HSL | 133.85º | 0.53% | 0.66% | - |
| HSV(B) | 133.85º | 0.43% | 0.84% | - |
| XYZ | 37.25 | 54.32 | 34.91 | - |
| YUV | 178.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 214 | 144 | 0.43 | 0 | 0.33 | 0.16 | 133.85 | 0.53 | 0.66 |
| Hex | 7B | D6 | 90 | 2B | 0 | 21 | 10 | 86 | 35 | 42 |
| Octal | 173 | 326 | 220 | 53 | 0 | 41 | 20 | 206 | 65 | 102 |
| Binary | 1111011 | 11010110 | 10010000 | 101011 | 0 | 100001 | 10000 | 10000110 | 110101 | 1000010 |
Color Harmonies of #7BD690
Complementary color
Monochromatic Colors of #7BD690
Black with #7BD690
Text Example
Text Example
White with #7BD690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD690; }
p { color: rgb(123,214,144); }
H1.HeaderClassName
{
color: #7BD690;
}
.AnyTagClassName
{
color: #7BD690;
}
</style>
background-color css
<style>
a { background-color: #7BD690; }
a { background-color: rgb(123,214,144); }
div.DivClassName
{
background-color: #7BD690;
}
.BgClassName
{
background-color: #7BD690;
}
</style>
border-color css
<style>
span { border-color: #7BD690; }
span { border-color: rgb(123,214,144); }
td.TdClassName
{
border-color: #7BD690;
}
.TagClassName
{
border-color: #7BD690;
}
</style>