Shades of De York #7FB87D
Tints of De York #7FB87D
RGB
CMYK
RGB Variations
Color information
#7FB87D (or 0x7FB87D) is known color: De York. HEX triplet: 7F, B8 and 7D. RGB value is (127,184,125). Sum of RGB (Red+Green+Blue) = 127+184+125=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #7FB87D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB87D is #804782. Grayscale: #A0A0A0. Windows color (decimal): -8406915 or 8239231. OLE color: 8239231.
HSL color Cylindrical-coordinate representation of color #7FB87D: hue angle of 117.97º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FB87D is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 184 | 125 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.28 |
| HSL | 117.97º | 0.29% | 0.61% | - |
| HSV(B) | 117.97º | 0.32% | 0.72% | - |
| XYZ | 29.59 | 40.27 | 25.62 | - |
| YUV | 160.23 | 108.12 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 184 | 125 | 0.31 | 0 | 0.32 | 0.28 | 117.97 | 0.29 | 0.61 |
| Hex | 7F | B8 | 7D | 1F | 0 | 20 | 1C | 76 | 1D | 3D |
| Octal | 177 | 270 | 175 | 37 | 0 | 40 | 34 | 166 | 35 | 75 |
| Binary | 1111111 | 10111000 | 1111101 | 11111 | 0 | 100000 | 11100 | 1110110 | 11101 | 111101 |
Color Harmonies of #7FB87D
Complementary color
Monochromatic Colors of #7FB87D
Black with #7FB87D
Text Example
Text Example
White with #7FB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB87D; }
p { color: rgb(127,184,125); }
H1.HeaderClassName
{
color: #7FB87D;
}
.AnyTagClassName
{
color: #7FB87D;
}
</style>
background-color css
<style>
a { background-color: #7FB87D; }
a { background-color: rgb(127,184,125); }
div.DivClassName
{
background-color: #7FB87D;
}
.BgClassName
{
background-color: #7FB87D;
}
</style>
border-color css
<style>
span { border-color: #7FB87D; }
span { border-color: rgb(127,184,125); }
td.TdClassName
{
border-color: #7FB87D;
}
.TagClassName
{
border-color: #7FB87D;
}
</style>