Shades of De York #7BC584
Tints of De York #7BC584
RGB
CMYK
RGB Variations
Color information
#7BC584 (or 0x7BC584) is known color: De York. HEX triplet: 7B, C5 and 84. RGB value is (123,197,132). Sum of RGB (Red+Green+Blue) = 123+197+132=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC584 is #843A7B. Grayscale: #A7A7A7. Windows color (decimal): -8665724 or 8701307. OLE color: 8701307.
HSL color Cylindrical-coordinate representation of color #7BC584: hue angle of 127.3º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC584 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 132 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.23 |
| HSL | 127.3º | 0.39% | 0.63% | - |
| HSV(B) | 127.3º | 0.38% | 0.77% | - |
| XYZ | 32.3 | 45.81 | 28.97 | - |
| YUV | 167.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 132 | 0.38 | 0 | 0.33 | 0.23 | 127.3 | 0.39 | 0.63 |
| Hex | 7B | C5 | 84 | 26 | 0 | 21 | 17 | 7F | 27 | 3F |
| Octal | 173 | 305 | 204 | 46 | 0 | 41 | 27 | 177 | 47 | 77 |
| Binary | 1111011 | 11000101 | 10000100 | 100110 | 0 | 100001 | 10111 | 1111111 | 100111 | 111111 |
Color Harmonies of #7BC584
Complementary color
Monochromatic Colors of #7BC584
Black with #7BC584
Text Example
Text Example
White with #7BC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC584; }
p { color: rgb(123,197,132); }
H1.HeaderClassName
{
color: #7BC584;
}
.AnyTagClassName
{
color: #7BC584;
}
</style>
background-color css
<style>
a { background-color: #7BC584; }
a { background-color: rgb(123,197,132); }
div.DivClassName
{
background-color: #7BC584;
}
.BgClassName
{
background-color: #7BC584;
}
</style>
border-color css
<style>
span { border-color: #7BC584; }
span { border-color: rgb(123,197,132); }
td.TdClassName
{
border-color: #7BC584;
}
.TagClassName
{
border-color: #7BC584;
}
</style>