Shades of De York #7CBF73
Tints of De York #7CBF73
RGB
CMYK
RGB Variations
Color information
#7CBF73 (or 0x7CBF73) is known color: De York. HEX triplet: 7C, BF and 73. RGB value is (124,191,115). Sum of RGB (Red+Green+Blue) = 124+191+115=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF73 is #83408C. Grayscale: #A2A2A2. Windows color (decimal): -8601741 or 7585660. OLE color: 7585660.
HSL color Cylindrical-coordinate representation of color #7CBF73: hue angle of 112.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CBF73 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 115 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.25 |
| HSL | 112.89º | 0.37% | 0.6% | - |
| HSV(B) | 112.89º | 0.4% | 0.75% | - |
| XYZ | 30.04 | 42.78 | 22.89 | - |
| YUV | 162.3 | 101.3 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 115 | 0.35 | 0 | 0.40 | 0.25 | 112.89 | 0.37 | 0.6 |
| Hex | 7C | BF | 73 | 23 | 0 | 28 | 19 | 71 | 25 | 3C |
| Octal | 174 | 277 | 163 | 43 | 0 | 50 | 31 | 161 | 45 | 74 |
| Binary | 1111100 | 10111111 | 1110011 | 100011 | 0 | 101000 | 11001 | 1110001 | 100101 | 111100 |
Color Harmonies of #7CBF73
Complementary color
Monochromatic Colors of #7CBF73
Black with #7CBF73
Text Example
Text Example
White with #7CBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF73; }
p { color: rgb(124,191,115); }
H1.HeaderClassName
{
color: #7CBF73;
}
.AnyTagClassName
{
color: #7CBF73;
}
</style>
background-color css
<style>
a { background-color: #7CBF73; }
a { background-color: rgb(124,191,115); }
div.DivClassName
{
background-color: #7CBF73;
}
.BgClassName
{
background-color: #7CBF73;
}
</style>
border-color css
<style>
span { border-color: #7CBF73; }
span { border-color: rgb(124,191,115); }
td.TdClassName
{
border-color: #7CBF73;
}
.TagClassName
{
border-color: #7CBF73;
}
</style>