Shades of De York #7BC884
Tints of De York #7BC884
RGB
CMYK
RGB Variations
Color information
#7BC884 (or 0x7BC884) is known color: De York. HEX triplet: 7B, C8 and 84. RGB value is (123,200,132). Sum of RGB (Red+Green+Blue) = 123+200+132=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC884 is #84377B. Grayscale: #A9A9A9. Windows color (decimal): -8664956 or 8702075. OLE color: 8702075.
HSL color Cylindrical-coordinate representation of color #7BC884: hue angle of 127.01º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC884 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 132 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.22 |
| HSL | 127.01º | 0.41% | 0.63% | - |
| HSV(B) | 127.01º | 0.39% | 0.78% | - |
| XYZ | 32.99 | 47.19 | 29.2 | - |
| YUV | 169.23 | 106.99 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 132 | 0.38 | 0 | 0.34 | 0.22 | 127.01 | 0.41 | 0.63 |
| Hex | 7B | C8 | 84 | 26 | 0 | 22 | 16 | 7F | 29 | 3F |
| Octal | 173 | 310 | 204 | 46 | 0 | 42 | 26 | 177 | 51 | 77 |
| Binary | 1111011 | 11001000 | 10000100 | 100110 | 0 | 100010 | 10110 | 1111111 | 101001 | 111111 |
Color Harmonies of #7BC884
Complementary color
Monochromatic Colors of #7BC884
Black with #7BC884
Text Example
Text Example
White with #7BC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC884; }
p { color: rgb(123,200,132); }
H1.HeaderClassName
{
color: #7BC884;
}
.AnyTagClassName
{
color: #7BC884;
}
</style>
background-color css
<style>
a { background-color: #7BC884; }
a { background-color: rgb(123,200,132); }
div.DivClassName
{
background-color: #7BC884;
}
.BgClassName
{
background-color: #7BC884;
}
</style>
border-color css
<style>
span { border-color: #7BC884; }
span { border-color: rgb(123,200,132); }
td.TdClassName
{
border-color: #7BC884;
}
.TagClassName
{
border-color: #7BC884;
}
</style>