Shades of De York #7FBE7D
Tints of De York #7FBE7D
RGB
CMYK
RGB Variations
Color information
#7FBE7D (or 0x7FBE7D) is known color: De York. HEX triplet: 7F, BE and 7D. RGB value is (127,190,125). Sum of RGB (Red+Green+Blue) = 127+190+125=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBE7D is #804182. Grayscale: #A3A3A3. Windows color (decimal): -8405379 or 8240767. OLE color: 8240767.
HSL color Cylindrical-coordinate representation of color #7FBE7D: hue angle of 118.15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FBE7D is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 125 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.25 |
| HSL | 118.15º | 0.33% | 0.62% | - |
| HSV(B) | 118.15º | 0.34% | 0.75% | - |
| XYZ | 30.87 | 42.82 | 26.04 | - |
| YUV | 163.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 125 | 0.33 | 0 | 0.34 | 0.25 | 118.15 | 0.33 | 0.62 |
| Hex | 7F | BE | 7D | 21 | 0 | 22 | 19 | 76 | 21 | 3E |
| Octal | 177 | 276 | 175 | 41 | 0 | 42 | 31 | 166 | 41 | 76 |
| Binary | 1111111 | 10111110 | 1111101 | 100001 | 0 | 100010 | 11001 | 1110110 | 100001 | 111110 |
Color Harmonies of #7FBE7D
Complementary color
Monochromatic Colors of #7FBE7D
Black with #7FBE7D
Text Example
Text Example
White with #7FBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE7D; }
p { color: rgb(127,190,125); }
H1.HeaderClassName
{
color: #7FBE7D;
}
.AnyTagClassName
{
color: #7FBE7D;
}
</style>
background-color css
<style>
a { background-color: #7FBE7D; }
a { background-color: rgb(127,190,125); }
div.DivClassName
{
background-color: #7FBE7D;
}
.BgClassName
{
background-color: #7FBE7D;
}
</style>
border-color css
<style>
span { border-color: #7FBE7D; }
span { border-color: rgb(127,190,125); }
td.TdClassName
{
border-color: #7FBE7D;
}
.TagClassName
{
border-color: #7FBE7D;
}
</style>