Shades of De York #7FB57F
Tints of De York #7FB57F
RGB
CMYK
RGB Variations
Color information
#7FB57F (or 0x7FB57F) is known color: De York. HEX triplet: 7F, B5 and 7F. RGB value is (127,181,127). Sum of RGB (Red+Green+Blue) = 127+181+127=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB57F is #804A80. Grayscale: #9E9E9E. Windows color (decimal): -8407681 or 8369535. OLE color: 8369535.
HSL color Cylindrical-coordinate representation of color #7FB57F: hue angle of 120º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB57F is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 127 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.29 |
| HSL | 120º | 0.27% | 0.6% | - |
| HSV(B) | 120º | 0.3% | 0.71% | - |
| XYZ | 29.11 | 39.09 | 26.09 | - |
| YUV | 158.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 127 | 0.30 | 0 | 0.30 | 0.29 | 120 | 0.27 | 0.6 |
| Hex | 7F | B5 | 7F | 1E | 0 | 1E | 1D | 78 | 1B | 3C |
| Octal | 177 | 265 | 177 | 36 | 0 | 36 | 35 | 170 | 33 | 74 |
| Binary | 1111111 | 10110101 | 1111111 | 11110 | 0 | 11110 | 11101 | 1111000 | 11011 | 111100 |
Color Harmonies of #7FB57F
Complementary color
Monochromatic Colors of #7FB57F
Black with #7FB57F
Text Example
Text Example
White with #7FB57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB57F; }
p { color: rgb(127,181,127); }
H1.HeaderClassName
{
color: #7FB57F;
}
.AnyTagClassName
{
color: #7FB57F;
}
</style>
background-color css
<style>
a { background-color: #7FB57F; }
a { background-color: rgb(127,181,127); }
div.DivClassName
{
background-color: #7FB57F;
}
.BgClassName
{
background-color: #7FB57F;
}
</style>
border-color css
<style>
span { border-color: #7FB57F; }
span { border-color: rgb(127,181,127); }
td.TdClassName
{
border-color: #7FB57F;
}
.TagClassName
{
border-color: #7FB57F;
}
</style>