Shades of De York #7FCA75
Tints of De York #7FCA75
RGB
CMYK
RGB Variations
Color information
#7FCA75 (or 0x7FCA75) is known color: De York. HEX triplet: 7F, CA and 75. RGB value is (127,202,117). Sum of RGB (Red+Green+Blue) = 127+202+117=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA75 is #80358A. Grayscale: #AAAAAA. Windows color (decimal): -8402315 or 7719551. OLE color: 7719551.
HSL color Cylindrical-coordinate representation of color #7FCA75: hue angle of 112.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCA75 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 117 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.21 |
| HSL | 112.94º | 0.45% | 0.63% | - |
| HSV(B) | 112.94º | 0.42% | 0.79% | - |
| XYZ | 33.08 | 48.04 | 24.36 | - |
| YUV | 169.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 117 | 0.37 | 0 | 0.42 | 0.21 | 112.94 | 0.45 | 0.63 |
| Hex | 7F | CA | 75 | 25 | 0 | 2A | 15 | 71 | 2D | 3F |
| Octal | 177 | 312 | 165 | 45 | 0 | 52 | 25 | 161 | 55 | 77 |
| Binary | 1111111 | 11001010 | 1110101 | 100101 | 0 | 101010 | 10101 | 1110001 | 101101 | 111111 |
Color Harmonies of #7FCA75
Complementary color
Monochromatic Colors of #7FCA75
Black with #7FCA75
Text Example
Text Example
White with #7FCA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA75; }
p { color: rgb(127,202,117); }
H1.HeaderClassName
{
color: #7FCA75;
}
.AnyTagClassName
{
color: #7FCA75;
}
</style>
background-color css
<style>
a { background-color: #7FCA75; }
a { background-color: rgb(127,202,117); }
div.DivClassName
{
background-color: #7FCA75;
}
.BgClassName
{
background-color: #7FCA75;
}
</style>
border-color css
<style>
span { border-color: #7FCA75; }
span { border-color: rgb(127,202,117); }
td.TdClassName
{
border-color: #7FCA75;
}
.TagClassName
{
border-color: #7FCA75;
}
</style>