Shades of De York #7BC580
Tints of De York #7BC580
RGB
CMYK
RGB Variations
Color information
#7BC580 (or 0x7BC580) is known color: De York. HEX triplet: 7B, C5 and 80. RGB value is (123,197,128). Sum of RGB (Red+Green+Blue) = 123+197+128=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC580 is #843A7F. Grayscale: #A7A7A7. Windows color (decimal): -8665728 or 8439163. OLE color: 8439163.
HSL color Cylindrical-coordinate representation of color #7BC580: hue angle of 124.05º 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 #7BC580 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 197 | 128 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.23 |
| HSL | 124.05º | 0.39% | 0.63% | - |
| HSV(B) | 124.05º | 0.38% | 0.77% | - |
| XYZ | 32.03 | 45.7 | 27.56 | - |
| YUV | 167.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 197 | 128 | 0.38 | 0 | 0.35 | 0.23 | 124.05 | 0.39 | 0.63 |
| Hex | 7B | C5 | 80 | 26 | 0 | 23 | 17 | 7C | 27 | 3F |
| Octal | 173 | 305 | 200 | 46 | 0 | 43 | 27 | 174 | 47 | 77 |
| Binary | 1111011 | 11000101 | 10000000 | 100110 | 0 | 100011 | 10111 | 1111100 | 100111 | 111111 |
Color Harmonies of #7BC580
Complementary color
Monochromatic Colors of #7BC580
Black with #7BC580
Text Example
Text Example
White with #7BC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC580; }
p { color: rgb(123,197,128); }
H1.HeaderClassName
{
color: #7BC580;
}
.AnyTagClassName
{
color: #7BC580;
}
</style>
background-color css
<style>
a { background-color: #7BC580; }
a { background-color: rgb(123,197,128); }
div.DivClassName
{
background-color: #7BC580;
}
.BgClassName
{
background-color: #7BC580;
}
</style>
border-color css
<style>
span { border-color: #7BC580; }
span { border-color: rgb(123,197,128); }
td.TdClassName
{
border-color: #7BC580;
}
.TagClassName
{
border-color: #7BC580;
}
</style>