Shades of De York #7FCA78
Tints of De York #7FCA78
RGB
CMYK
RGB Variations
Color information
#7FCA78 (or 0x7FCA78) is known color: De York. HEX triplet: 7F, CA and 78. RGB value is (127,202,120). Sum of RGB (Red+Green+Blue) = 127+202+120=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCA78 is #803587. Grayscale: #AAAAAA. Windows color (decimal): -8402312 or 7916159. OLE color: 7916159.
HSL color Cylindrical-coordinate representation of color #7FCA78: hue angle of 114.88º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FCA78 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 120 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.21 |
| HSL | 114.88º | 0.44% | 0.63% | - |
| HSV(B) | 114.88º | 0.41% | 0.79% | - |
| XYZ | 33.26 | 48.11 | 25.3 | - |
| YUV | 170.23 | 99.65 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 120 | 0.37 | 0 | 0.41 | 0.21 | 114.88 | 0.44 | 0.63 |
| Hex | 7F | CA | 78 | 25 | 0 | 29 | 15 | 73 | 2C | 3F |
| Octal | 177 | 312 | 170 | 45 | 0 | 51 | 25 | 163 | 54 | 77 |
| Binary | 1111111 | 11001010 | 1111000 | 100101 | 0 | 101001 | 10101 | 1110011 | 101100 | 111111 |
Color Harmonies of #7FCA78
Complementary color
Monochromatic Colors of #7FCA78
Black with #7FCA78
Text Example
Text Example
White with #7FCA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA78; }
p { color: rgb(127,202,120); }
H1.HeaderClassName
{
color: #7FCA78;
}
.AnyTagClassName
{
color: #7FCA78;
}
</style>
background-color css
<style>
a { background-color: #7FCA78; }
a { background-color: rgb(127,202,120); }
div.DivClassName
{
background-color: #7FCA78;
}
.BgClassName
{
background-color: #7FCA78;
}
</style>
border-color css
<style>
span { border-color: #7FCA78; }
span { border-color: rgb(127,202,120); }
td.TdClassName
{
border-color: #7FCA78;
}
.TagClassName
{
border-color: #7FCA78;
}
</style>