Shades of De York #7CB87D
Tints of De York #7CB87D
RGB
CMYK
RGB Variations
Color information
#7CB87D (or 0x7CB87D) is known color: De York. HEX triplet: 7C, B8 and 7D. RGB value is (124,184,125). Sum of RGB (Red+Green+Blue) = 124+184+125=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB87D is #834782. Grayscale: #9F9F9F. Windows color (decimal): -8603523 or 8239228. OLE color: 8239228.
HSL color Cylindrical-coordinate representation of color #7CB87D: hue angle of 121º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB87D is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 125 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.28 |
| HSL | 121º | 0.3% | 0.6% | - |
| HSV(B) | 121º | 0.33% | 0.72% | - |
| XYZ | 29.15 | 40.05 | 25.6 | - |
| YUV | 159.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 125 | 0.33 | 0 | 0.32 | 0.28 | 121 | 0.3 | 0.6 |
| Hex | 7C | B8 | 7D | 21 | 0 | 20 | 1C | 79 | 1E | 3C |
| Octal | 174 | 270 | 175 | 41 | 0 | 40 | 34 | 171 | 36 | 74 |
| Binary | 1111100 | 10111000 | 1111101 | 100001 | 0 | 100000 | 11100 | 1111001 | 11110 | 111100 |
Color Harmonies of #7CB87D
Complementary color
Monochromatic Colors of #7CB87D
Black with #7CB87D
Text Example
Text Example
White with #7CB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB87D; }
p { color: rgb(124,184,125); }
H1.HeaderClassName
{
color: #7CB87D;
}
.AnyTagClassName
{
color: #7CB87D;
}
</style>
background-color css
<style>
a { background-color: #7CB87D; }
a { background-color: rgb(124,184,125); }
div.DivClassName
{
background-color: #7CB87D;
}
.BgClassName
{
background-color: #7CB87D;
}
</style>
border-color css
<style>
span { border-color: #7CB87D; }
span { border-color: rgb(124,184,125); }
td.TdClassName
{
border-color: #7CB87D;
}
.TagClassName
{
border-color: #7CB87D;
}
</style>