Shades of De York #7BC184
Tints of De York #7BC184
RGB
CMYK
RGB Variations
Color information
#7BC184 (or 0x7BC184) is known color: De York. HEX triplet: 7B, C1 and 84. RGB value is (123,193,132). Sum of RGB (Red+Green+Blue) = 123+193+132=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC184 is #843E7B. Grayscale: #A5A5A5. Windows color (decimal): -8666748 or 8700283. OLE color: 8700283.
HSL color Cylindrical-coordinate representation of color #7BC184: hue angle of 127.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC184 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 132 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.24 |
| HSL | 127.71º | 0.36% | 0.62% | - |
| HSV(B) | 127.71º | 0.36% | 0.76% | - |
| XYZ | 31.4 | 44.02 | 28.67 | - |
| YUV | 165.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 132 | 0.36 | 0 | 0.32 | 0.24 | 127.71 | 0.36 | 0.62 |
| Hex | 7B | C1 | 84 | 24 | 0 | 20 | 18 | 80 | 24 | 3E |
| Octal | 173 | 301 | 204 | 44 | 0 | 40 | 30 | 200 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10000100 | 100100 | 0 | 100000 | 11000 | 10000000 | 100100 | 111110 |
Color Harmonies of #7BC184
Complementary color
Monochromatic Colors of #7BC184
Black with #7BC184
Text Example
Text Example
White with #7BC184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC184; }
p { color: rgb(123,193,132); }
H1.HeaderClassName
{
color: #7BC184;
}
.AnyTagClassName
{
color: #7BC184;
}
</style>
background-color css
<style>
a { background-color: #7BC184; }
a { background-color: rgb(123,193,132); }
div.DivClassName
{
background-color: #7BC184;
}
.BgClassName
{
background-color: #7BC184;
}
</style>
border-color css
<style>
span { border-color: #7BC184; }
span { border-color: rgb(123,193,132); }
td.TdClassName
{
border-color: #7BC184;
}
.TagClassName
{
border-color: #7BC184;
}
</style>