Shades of De York #7BC982
Tints of De York #7BC982
RGB
CMYK
RGB Variations
Color information
#7BC982 (or 0x7BC982) is known color: De York. HEX triplet: 7B, C9 and 82. RGB value is (123,201,130). Sum of RGB (Red+Green+Blue) = 123+201+130=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC982 is #84367D. Grayscale: #A9A9A9. Windows color (decimal): -8664702 or 8571259. OLE color: 8571259.
HSL color Cylindrical-coordinate representation of color #7BC982: hue angle of 125.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC982 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 201 | 130 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.21 |
| HSL | 125.38º | 0.42% | 0.64% | - |
| HSV(B) | 125.38º | 0.39% | 0.79% | - |
| XYZ | 33.08 | 47.6 | 28.56 | - |
| YUV | 169.58 | 105.66 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 201 | 130 | 0.39 | 0 | 0.35 | 0.21 | 125.38 | 0.42 | 0.64 |
| Hex | 7B | C9 | 82 | 27 | 0 | 23 | 15 | 7D | 2A | 40 |
| Octal | 173 | 311 | 202 | 47 | 0 | 43 | 25 | 175 | 52 | 100 |
| Binary | 1111011 | 11001001 | 10000010 | 100111 | 0 | 100011 | 10101 | 1111101 | 101010 | 1000000 |
Color Harmonies of #7BC982
Complementary color
Monochromatic Colors of #7BC982
Black with #7BC982
Text Example
Text Example
White with #7BC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC982; }
p { color: rgb(123,201,130); }
H1.HeaderClassName
{
color: #7BC982;
}
.AnyTagClassName
{
color: #7BC982;
}
</style>
background-color css
<style>
a { background-color: #7BC982; }
a { background-color: rgb(123,201,130); }
div.DivClassName
{
background-color: #7BC982;
}
.BgClassName
{
background-color: #7BC982;
}
</style>
border-color css
<style>
span { border-color: #7BC982; }
span { border-color: rgb(123,201,130); }
td.TdClassName
{
border-color: #7BC982;
}
.TagClassName
{
border-color: #7BC982;
}
</style>