Shades of De York #7CBE7D
Tints of De York #7CBE7D
RGB
CMYK
RGB Variations
Color information
#7CBE7D (or 0x7CBE7D) is known color: De York. HEX triplet: 7C, BE and 7D. RGB value is (124,190,125). Sum of RGB (Red+Green+Blue) = 124+190+125=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE7D is #834182. Grayscale: #A3A3A3. Windows color (decimal): -8601987 or 8240764. OLE color: 8240764.
HSL color Cylindrical-coordinate representation of color #7CBE7D: hue angle of 120.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE7D is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 125 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.25 |
| HSL | 120.91º | 0.34% | 0.62% | - |
| HSV(B) | 120.91º | 0.35% | 0.75% | - |
| XYZ | 30.43 | 42.59 | 26.02 | - |
| YUV | 162.86 | 106.63 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 125 | 0.35 | 0 | 0.34 | 0.25 | 120.91 | 0.34 | 0.62 |
| Hex | 7C | BE | 7D | 23 | 0 | 22 | 19 | 79 | 22 | 3E |
| Octal | 174 | 276 | 175 | 43 | 0 | 42 | 31 | 171 | 42 | 76 |
| Binary | 1111100 | 10111110 | 1111101 | 100011 | 0 | 100010 | 11001 | 1111001 | 100010 | 111110 |
Color Harmonies of #7CBE7D
Complementary color
Monochromatic Colors of #7CBE7D
Black with #7CBE7D
Text Example
Text Example
White with #7CBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE7D; }
p { color: rgb(124,190,125); }
H1.HeaderClassName
{
color: #7CBE7D;
}
.AnyTagClassName
{
color: #7CBE7D;
}
</style>
background-color css
<style>
a { background-color: #7CBE7D; }
a { background-color: rgb(124,190,125); }
div.DivClassName
{
background-color: #7CBE7D;
}
.BgClassName
{
background-color: #7CBE7D;
}
</style>
border-color css
<style>
span { border-color: #7CBE7D; }
span { border-color: rgb(124,190,125); }
td.TdClassName
{
border-color: #7CBE7D;
}
.TagClassName
{
border-color: #7CBE7D;
}
</style>