Shades of De York #7FC68C
Tints of De York #7FC68C
RGB
CMYK
RGB Variations
Color information
#7FC68C (or 0x7FC68C) is known color: De York. HEX triplet: 7F, C6 and 8C. RGB value is (127,198,140). Sum of RGB (Red+Green+Blue) = 127+198+140=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC68C is #803973. Grayscale: #AAAAAA. Windows color (decimal): -8403316 or 9225855. OLE color: 9225855.
HSL color Cylindrical-coordinate representation of color #7FC68C: hue angle of 130.99º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC68C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 140 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.22 |
| HSL | 130.99º | 0.38% | 0.64% | - |
| HSV(B) | 130.99º | 0.36% | 0.78% | - |
| XYZ | 33.68 | 46.79 | 32.07 | - |
| YUV | 170.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 140 | 0.36 | 0 | 0.29 | 0.22 | 130.99 | 0.38 | 0.64 |
| Hex | 7F | C6 | 8C | 24 | 0 | 1D | 16 | 83 | 26 | 40 |
| Octal | 177 | 306 | 214 | 44 | 0 | 35 | 26 | 203 | 46 | 100 |
| Binary | 1111111 | 11000110 | 10001100 | 100100 | 0 | 11101 | 10110 | 10000011 | 100110 | 1000000 |
Color Harmonies of #7FC68C
Complementary color
Monochromatic Colors of #7FC68C
Black with #7FC68C
Text Example
Text Example
White with #7FC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC68C; }
p { color: rgb(127,198,140); }
H1.HeaderClassName
{
color: #7FC68C;
}
.AnyTagClassName
{
color: #7FC68C;
}
</style>
background-color css
<style>
a { background-color: #7FC68C; }
a { background-color: rgb(127,198,140); }
div.DivClassName
{
background-color: #7FC68C;
}
.BgClassName
{
background-color: #7FC68C;
}
</style>
border-color css
<style>
span { border-color: #7FC68C; }
span { border-color: rgb(127,198,140); }
td.TdClassName
{
border-color: #7FC68C;
}
.TagClassName
{
border-color: #7FC68C;
}
</style>