Shades of De York #7CBE87
Tints of De York #7CBE87
RGB
CMYK
RGB Variations
Color information
#7CBE87 (or 0x7CBE87) is known color: De York. HEX triplet: 7C, BE and 87. RGB value is (124,190,135). Sum of RGB (Red+Green+Blue) = 124+190+135=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE87 is #834178. Grayscale: #A4A4A4. Windows color (decimal): -8601977 or 8896124. OLE color: 8896124.
HSL color Cylindrical-coordinate representation of color #7CBE87: hue angle of 130º 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 #7CBE87 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 135 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.25 |
| HSL | 130º | 0.34% | 0.62% | - |
| HSV(B) | 130º | 0.35% | 0.75% | - |
| XYZ | 31.1 | 42.86 | 29.56 | - |
| YUV | 164 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 135 | 0.35 | 0 | 0.29 | 0.25 | 130 | 0.34 | 0.62 |
| Hex | 7C | BE | 87 | 23 | 0 | 1D | 19 | 82 | 22 | 3E |
| Octal | 174 | 276 | 207 | 43 | 0 | 35 | 31 | 202 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10000111 | 100011 | 0 | 11101 | 11001 | 10000010 | 100010 | 111110 |
Color Harmonies of #7CBE87
Complementary color
Monochromatic Colors of #7CBE87
Black with #7CBE87
Text Example
Text Example
White with #7CBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE87; }
p { color: rgb(124,190,135); }
H1.HeaderClassName
{
color: #7CBE87;
}
.AnyTagClassName
{
color: #7CBE87;
}
</style>
background-color css
<style>
a { background-color: #7CBE87; }
a { background-color: rgb(124,190,135); }
div.DivClassName
{
background-color: #7CBE87;
}
.BgClassName
{
background-color: #7CBE87;
}
</style>
border-color css
<style>
span { border-color: #7CBE87; }
span { border-color: rgb(124,190,135); }
td.TdClassName
{
border-color: #7CBE87;
}
.TagClassName
{
border-color: #7CBE87;
}
</style>