Shades of De York #7CBD84
Tints of De York #7CBD84
RGB
CMYK
RGB Variations
Color information
#7CBD84 (or 0x7CBD84) is known color: De York. HEX triplet: 7C, BD and 84. RGB value is (124,189,132). Sum of RGB (Red+Green+Blue) = 124+189+132=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBD84 is #83427B. Grayscale: #A3A3A3. Windows color (decimal): -8602236 or 8699260. OLE color: 8699260.
HSL color Cylindrical-coordinate representation of color #7CBD84: hue angle of 127.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBD84 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 132 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.26 |
| HSL | 127.38º | 0.33% | 0.61% | - |
| HSV(B) | 127.38º | 0.34% | 0.74% | - |
| XYZ | 30.67 | 42.35 | 28.39 | - |
| YUV | 163.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 132 | 0.34 | 0 | 0.30 | 0.26 | 127.38 | 0.33 | 0.61 |
| Hex | 7C | BD | 84 | 22 | 0 | 1E | 1A | 7F | 21 | 3D |
| Octal | 174 | 275 | 204 | 42 | 0 | 36 | 32 | 177 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10000100 | 100010 | 0 | 11110 | 11010 | 1111111 | 100001 | 111101 |
Color Harmonies of #7CBD84
Complementary color
Monochromatic Colors of #7CBD84
Black with #7CBD84
Text Example
Text Example
White with #7CBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD84; }
p { color: rgb(124,189,132); }
H1.HeaderClassName
{
color: #7CBD84;
}
.AnyTagClassName
{
color: #7CBD84;
}
</style>
background-color css
<style>
a { background-color: #7CBD84; }
a { background-color: rgb(124,189,132); }
div.DivClassName
{
background-color: #7CBD84;
}
.BgClassName
{
background-color: #7CBD84;
}
</style>
border-color css
<style>
span { border-color: #7CBD84; }
span { border-color: rgb(124,189,132); }
td.TdClassName
{
border-color: #7CBD84;
}
.TagClassName
{
border-color: #7CBD84;
}
</style>