Shades of De York #7BD384
Tints of De York #7BD384
RGB
CMYK
RGB Variations
Color information
#7BD384 (or 0x7BD384) is known color: De York. HEX triplet: 7B, D3 and 84. RGB value is (123,211,132). Sum of RGB (Red+Green+Blue) = 123+211+132=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD384 is #842C7B. Grayscale: #AFAFAF. Windows color (decimal): -8662140 or 8704891. OLE color: 8704891.
HSL color Cylindrical-coordinate representation of color #7BD384: hue angle of 126.14º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD384 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 132 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.17 |
| HSL | 126.14º | 0.5% | 0.65% | - |
| HSV(B) | 126.14º | 0.42% | 0.83% | - |
| XYZ | 35.63 | 52.47 | 30.08 | - |
| YUV | 175.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 132 | 0.42 | 0 | 0.37 | 0.17 | 126.14 | 0.5 | 0.65 |
| Hex | 7B | D3 | 84 | 2A | 0 | 25 | 11 | 7E | 32 | 41 |
| Octal | 173 | 323 | 204 | 52 | 0 | 45 | 21 | 176 | 62 | 101 |
| Binary | 1111011 | 11010011 | 10000100 | 101010 | 0 | 100101 | 10001 | 1111110 | 110010 | 1000001 |
Color Harmonies of #7BD384
Complementary color
Monochromatic Colors of #7BD384
Black with #7BD384
Text Example
Text Example
White with #7BD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD384; }
p { color: rgb(123,211,132); }
H1.HeaderClassName
{
color: #7BD384;
}
.AnyTagClassName
{
color: #7BD384;
}
</style>
background-color css
<style>
a { background-color: #7BD384; }
a { background-color: rgb(123,211,132); }
div.DivClassName
{
background-color: #7BD384;
}
.BgClassName
{
background-color: #7BD384;
}
</style>
border-color css
<style>
span { border-color: #7BD384; }
span { border-color: rgb(123,211,132); }
td.TdClassName
{
border-color: #7BD384;
}
.TagClassName
{
border-color: #7BD384;
}
</style>