Shades of De York #7BCD80
Tints of De York #7BCD80
RGB
CMYK
RGB Variations
Color information
#7BCD80 (or 0x7BCD80) is known color: De York. HEX triplet: 7B, CD and 80. RGB value is (123,205,128). Sum of RGB (Red+Green+Blue) = 123+205+128=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD80 is #84327F. Grayscale: #ABABAB. Windows color (decimal): -8663680 or 8441211. OLE color: 8441211.
HSL color Cylindrical-coordinate representation of color #7BCD80: hue angle of 123.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCD80 is Cyan = 0.4, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 128 | - |
| CMYK | 0.4 | 0 | 0.38 | 0.20 |
| HSL | 123.66º | 0.45% | 0.64% | - |
| HSV(B) | 123.66º | 0.4% | 0.8% | - |
| XYZ | 33.9 | 49.43 | 28.18 | - |
| YUV | 171.7 | 103.33 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 128 | 0.4 | 0 | 0.38 | 0.20 | 123.66 | 0.45 | 0.64 |
| Hex | 7B | CD | 80 | 28 | 0 | 26 | 14 | 7C | 2D | 40 |
| Octal | 173 | 315 | 200 | 50 | 0 | 46 | 24 | 174 | 55 | 100 |
| Binary | 1111011 | 11001101 | 10000000 | 101000 | 0 | 100110 | 10100 | 1111100 | 101101 | 1000000 |
Color Harmonies of #7BCD80
Complementary color
Monochromatic Colors of #7BCD80
Black with #7BCD80
Text Example
Text Example
White with #7BCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD80; }
p { color: rgb(123,205,128); }
H1.HeaderClassName
{
color: #7BCD80;
}
.AnyTagClassName
{
color: #7BCD80;
}
</style>
background-color css
<style>
a { background-color: #7BCD80; }
a { background-color: rgb(123,205,128); }
div.DivClassName
{
background-color: #7BCD80;
}
.BgClassName
{
background-color: #7BCD80;
}
</style>
border-color css
<style>
span { border-color: #7BCD80; }
span { border-color: rgb(123,205,128); }
td.TdClassName
{
border-color: #7BCD80;
}
.TagClassName
{
border-color: #7BCD80;
}
</style>