Shades of De York #7BC484
Tints of De York #7BC484
RGB
CMYK
RGB Variations
Color information
#7BC484 (or 0x7BC484) is known color: De York. HEX triplet: 7B, C4 and 84. RGB value is (123,196,132). Sum of RGB (Red+Green+Blue) = 123+196+132=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #7BC484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC484 is #843B7B. Grayscale: #A7A7A7. Windows color (decimal): -8665980 or 8701051. OLE color: 8701051.
HSL color Cylindrical-coordinate representation of color #7BC484: hue angle of 127.4º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC484 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 196 | 132 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.23 |
| HSL | 127.4º | 0.38% | 0.63% | - |
| HSV(B) | 127.4º | 0.37% | 0.77% | - |
| XYZ | 32.07 | 45.36 | 28.89 | - |
| YUV | 166.88 | 108.32 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 196 | 132 | 0.37 | 0 | 0.33 | 0.23 | 127.4 | 0.38 | 0.63 |
| Hex | 7B | C4 | 84 | 25 | 0 | 21 | 17 | 7F | 26 | 3F |
| Octal | 173 | 304 | 204 | 45 | 0 | 41 | 27 | 177 | 46 | 77 |
| Binary | 1111011 | 11000100 | 10000100 | 100101 | 0 | 100001 | 10111 | 1111111 | 100110 | 111111 |
Color Harmonies of #7BC484
Complementary color
Monochromatic Colors of #7BC484
Black with #7BC484
Text Example
Text Example
White with #7BC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC484; }
p { color: rgb(123,196,132); }
H1.HeaderClassName
{
color: #7BC484;
}
.AnyTagClassName
{
color: #7BC484;
}
</style>
background-color css
<style>
a { background-color: #7BC484; }
a { background-color: rgb(123,196,132); }
div.DivClassName
{
background-color: #7BC484;
}
.BgClassName
{
background-color: #7BC484;
}
</style>
border-color css
<style>
span { border-color: #7BC484; }
span { border-color: rgb(123,196,132); }
td.TdClassName
{
border-color: #7BC484;
}
.TagClassName
{
border-color: #7BC484;
}
</style>