Shades of De York #7CBF86
Tints of De York #7CBF86
RGB
CMYK
RGB Variations
Color information
#7CBF86 (or 0x7CBF86) is known color: De York. HEX triplet: 7C, BF and 86. RGB value is (124,191,134). Sum of RGB (Red+Green+Blue) = 124+191+134=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF86 is #834079. Grayscale: #A4A4A4. Windows color (decimal): -8601722 or 8830844. OLE color: 8830844.
HSL color Cylindrical-coordinate representation of color #7CBF86: hue angle of 128.96º 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 #7CBF86 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 134 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.25 |
| HSL | 128.96º | 0.34% | 0.62% | - |
| HSV(B) | 128.96º | 0.35% | 0.75% | - |
| XYZ | 31.25 | 43.27 | 29.26 | - |
| YUV | 164.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 134 | 0.35 | 0 | 0.30 | 0.25 | 128.96 | 0.34 | 0.62 |
| Hex | 7C | BF | 86 | 23 | 0 | 1E | 19 | 81 | 22 | 3E |
| Octal | 174 | 277 | 206 | 43 | 0 | 36 | 31 | 201 | 42 | 76 |
| Binary | 1111100 | 10111111 | 10000110 | 100011 | 0 | 11110 | 11001 | 10000001 | 100010 | 111110 |
Color Harmonies of #7CBF86
Complementary color
Monochromatic Colors of #7CBF86
Black with #7CBF86
Text Example
Text Example
White with #7CBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF86; }
p { color: rgb(124,191,134); }
H1.HeaderClassName
{
color: #7CBF86;
}
.AnyTagClassName
{
color: #7CBF86;
}
</style>
background-color css
<style>
a { background-color: #7CBF86; }
a { background-color: rgb(124,191,134); }
div.DivClassName
{
background-color: #7CBF86;
}
.BgClassName
{
background-color: #7CBF86;
}
</style>
border-color css
<style>
span { border-color: #7CBF86; }
span { border-color: rgb(124,191,134); }
td.TdClassName
{
border-color: #7CBF86;
}
.TagClassName
{
border-color: #7CBF86;
}
</style>