Shades of De York #7FC087
Tints of De York #7FC087
RGB
CMYK
RGB Variations
Color information
#7FC087 (or 0x7FC087) is known color: De York. HEX triplet: 7F, C0 and 87. RGB value is (127,192,135). Sum of RGB (Red+Green+Blue) = 127+192+135=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC087 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC087 is #803F78. Grayscale: #A6A6A6. Windows color (decimal): -8404857 or 8896639. OLE color: 8896639.
HSL color Cylindrical-coordinate representation of color #7FC087: hue angle of 127.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC087 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 135 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.25 |
| HSL | 127.38º | 0.34% | 0.63% | - |
| HSV(B) | 127.38º | 0.34% | 0.75% | - |
| XYZ | 31.98 | 43.96 | 29.72 | - |
| YUV | 166.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 135 | 0.34 | 0 | 0.30 | 0.25 | 127.38 | 0.34 | 0.63 |
| Hex | 7F | C0 | 87 | 22 | 0 | 1E | 19 | 7F | 22 | 3F |
| Octal | 177 | 300 | 207 | 42 | 0 | 36 | 31 | 177 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10000111 | 100010 | 0 | 11110 | 11001 | 1111111 | 100010 | 111111 |
Color Harmonies of #7FC087
Complementary color
Monochromatic Colors of #7FC087
Black with #7FC087
Text Example
Text Example
White with #7FC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC087; }
p { color: rgb(127,192,135); }
H1.HeaderClassName
{
color: #7FC087;
}
.AnyTagClassName
{
color: #7FC087;
}
</style>
background-color css
<style>
a { background-color: #7FC087; }
a { background-color: rgb(127,192,135); }
div.DivClassName
{
background-color: #7FC087;
}
.BgClassName
{
background-color: #7FC087;
}
</style>
border-color css
<style>
span { border-color: #7FC087; }
span { border-color: rgb(127,192,135); }
td.TdClassName
{
border-color: #7FC087;
}
.TagClassName
{
border-color: #7FC087;
}
</style>