Shades of De York #7FC085
Tints of De York #7FC085
RGB
CMYK
RGB Variations
Color information
#7FC085 (or 0x7FC085) is known color: De York. HEX triplet: 7F, C0 and 85. RGB value is (127,192,133). Sum of RGB (Red+Green+Blue) = 127+192+133=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC085 is #803F7A. Grayscale: #A6A6A6. Windows color (decimal): -8404859 or 8765567. OLE color: 8765567.
HSL color Cylindrical-coordinate representation of color #7FC085: hue angle of 125.54º 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 #7FC085 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 133 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.25 |
| HSL | 125.54º | 0.34% | 0.63% | - |
| HSV(B) | 125.54º | 0.34% | 0.75% | - |
| XYZ | 31.84 | 43.9 | 28.99 | - |
| YUV | 165.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 133 | 0.34 | 0 | 0.31 | 0.25 | 125.54 | 0.34 | 0.63 |
| Hex | 7F | C0 | 85 | 22 | 0 | 1F | 19 | 7E | 22 | 3F |
| Octal | 177 | 300 | 205 | 42 | 0 | 37 | 31 | 176 | 42 | 77 |
| Binary | 1111111 | 11000000 | 10000101 | 100010 | 0 | 11111 | 11001 | 1111110 | 100010 | 111111 |
Color Harmonies of #7FC085
Complementary color
Monochromatic Colors of #7FC085
Black with #7FC085
Text Example
Text Example
White with #7FC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC085; }
p { color: rgb(127,192,133); }
H1.HeaderClassName
{
color: #7FC085;
}
.AnyTagClassName
{
color: #7FC085;
}
</style>
background-color css
<style>
a { background-color: #7FC085; }
a { background-color: rgb(127,192,133); }
div.DivClassName
{
background-color: #7FC085;
}
.BgClassName
{
background-color: #7FC085;
}
</style>
border-color css
<style>
span { border-color: #7FC085; }
span { border-color: rgb(127,192,133); }
td.TdClassName
{
border-color: #7FC085;
}
.TagClassName
{
border-color: #7FC085;
}
</style>