Shades of De York #7FBC82
Tints of De York #7FBC82
RGB
CMYK
RGB Variations
Color information
#7FBC82 (or 0x7FBC82) is known color: De York. HEX triplet: 7F, BC and 82. RGB value is (127,188,130). Sum of RGB (Red+Green+Blue) = 127+188+130=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC82 is #80437D. Grayscale: #A3A3A3. Windows color (decimal): -8405886 or 8567935. OLE color: 8567935.
HSL color Cylindrical-coordinate representation of color #7FBC82: hue angle of 122.95º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC82 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 130 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.26 |
| HSL | 122.95º | 0.31% | 0.62% | - |
| HSV(B) | 122.95º | 0.32% | 0.74% | - |
| XYZ | 30.76 | 42.09 | 27.62 | - |
| YUV | 163.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 130 | 0.32 | 0 | 0.31 | 0.26 | 122.95 | 0.31 | 0.62 |
| Hex | 7F | BC | 82 | 20 | 0 | 1F | 1A | 7B | 1F | 3E |
| Octal | 177 | 274 | 202 | 40 | 0 | 37 | 32 | 173 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10000010 | 100000 | 0 | 11111 | 11010 | 1111011 | 11111 | 111110 |
Color Harmonies of #7FBC82
Complementary color
Monochromatic Colors of #7FBC82
Black with #7FBC82
Text Example
Text Example
White with #7FBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC82; }
p { color: rgb(127,188,130); }
H1.HeaderClassName
{
color: #7FBC82;
}
.AnyTagClassName
{
color: #7FBC82;
}
</style>
background-color css
<style>
a { background-color: #7FBC82; }
a { background-color: rgb(127,188,130); }
div.DivClassName
{
background-color: #7FBC82;
}
.BgClassName
{
background-color: #7FBC82;
}
</style>
border-color css
<style>
span { border-color: #7FBC82; }
span { border-color: rgb(127,188,130); }
td.TdClassName
{
border-color: #7FBC82;
}
.TagClassName
{
border-color: #7FBC82;
}
</style>