Shades of De York #7CBE81
Tints of De York #7CBE81
RGB
CMYK
RGB Variations
Color information
#7CBE81 (or 0x7CBE81) is known color: De York. HEX triplet: 7C, BE and 81. RGB value is (124,190,129). Sum of RGB (Red+Green+Blue) = 124+190+129=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE81 is #83417E. Grayscale: #A3A3A3. Windows color (decimal): -8601983 or 8502908. OLE color: 8502908.
HSL color Cylindrical-coordinate representation of color #7CBE81: hue angle of 124.55º 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 #7CBE81 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 129 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.25 |
| HSL | 124.55º | 0.34% | 0.62% | - |
| HSV(B) | 124.55º | 0.35% | 0.75% | - |
| XYZ | 30.69 | 42.7 | 27.39 | - |
| YUV | 163.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 129 | 0.35 | 0 | 0.32 | 0.25 | 124.55 | 0.34 | 0.62 |
| Hex | 7C | BE | 81 | 23 | 0 | 20 | 19 | 7D | 22 | 3E |
| Octal | 174 | 276 | 201 | 43 | 0 | 40 | 31 | 175 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10000001 | 100011 | 0 | 100000 | 11001 | 1111101 | 100010 | 111110 |
Color Harmonies of #7CBE81
Complementary color
Monochromatic Colors of #7CBE81
Black with #7CBE81
Text Example
Text Example
White with #7CBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE81; }
p { color: rgb(124,190,129); }
H1.HeaderClassName
{
color: #7CBE81;
}
.AnyTagClassName
{
color: #7CBE81;
}
</style>
background-color css
<style>
a { background-color: #7CBE81; }
a { background-color: rgb(124,190,129); }
div.DivClassName
{
background-color: #7CBE81;
}
.BgClassName
{
background-color: #7CBE81;
}
</style>
border-color css
<style>
span { border-color: #7CBE81; }
span { border-color: rgb(124,190,129); }
td.TdClassName
{
border-color: #7CBE81;
}
.TagClassName
{
border-color: #7CBE81;
}
</style>