Shades of De York #7FC582
Tints of De York #7FC582
RGB
CMYK
RGB Variations
Color information
#7FC582 (or 0x7FC582) is known color: De York. HEX triplet: 7F, C5 and 82. RGB value is (127,197,130). Sum of RGB (Red+Green+Blue) = 127+197+130=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC582 is #803A7D. Grayscale: #A8A8A8. Windows color (decimal): -8403582 or 8570239. OLE color: 8570239.
HSL color Cylindrical-coordinate representation of color #7FC582: hue angle of 122.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FC582 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 130 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.23 |
| HSL | 122.57º | 0.38% | 0.64% | - |
| HSV(B) | 122.57º | 0.36% | 0.77% | - |
| XYZ | 32.75 | 46.06 | 28.28 | - |
| YUV | 168.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 130 | 0.36 | 0 | 0.34 | 0.23 | 122.57 | 0.38 | 0.64 |
| Hex | 7F | C5 | 82 | 24 | 0 | 22 | 17 | 7B | 26 | 40 |
| Octal | 177 | 305 | 202 | 44 | 0 | 42 | 27 | 173 | 46 | 100 |
| Binary | 1111111 | 11000101 | 10000010 | 100100 | 0 | 100010 | 10111 | 1111011 | 100110 | 1000000 |
Color Harmonies of #7FC582
Complementary color
Monochromatic Colors of #7FC582
Black with #7FC582
Text Example
Text Example
White with #7FC582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC582; }
p { color: rgb(127,197,130); }
H1.HeaderClassName
{
color: #7FC582;
}
.AnyTagClassName
{
color: #7FC582;
}
</style>
background-color css
<style>
a { background-color: #7FC582; }
a { background-color: rgb(127,197,130); }
div.DivClassName
{
background-color: #7FC582;
}
.BgClassName
{
background-color: #7FC582;
}
</style>
border-color css
<style>
span { border-color: #7FC582; }
span { border-color: rgb(127,197,130); }
td.TdClassName
{
border-color: #7FC582;
}
.TagClassName
{
border-color: #7FC582;
}
</style>