Shades of De York #7FC878
Tints of De York #7FC878
RGB
CMYK
RGB Variations
Color information
#7FC878 (or 0x7FC878) is known color: De York. HEX triplet: 7F, C8 and 78. RGB value is (127,200,120). Sum of RGB (Red+Green+Blue) = 127+200+120=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC878 is #803787. Grayscale: #A9A9A9. Windows color (decimal): -8402824 or 7915647. OLE color: 7915647.
HSL color Cylindrical-coordinate representation of color #7FC878: hue angle of 114.75º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FC878 is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 120 | - |
| CMYK | 0.36 | 0 | 0.4 | 0.22 |
| HSL | 114.75º | 0.42% | 0.63% | - |
| HSV(B) | 114.75º | 0.4% | 0.78% | - |
| XYZ | 32.8 | 47.18 | 25.15 | - |
| YUV | 169.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 120 | 0.36 | 0 | 0.4 | 0.22 | 114.75 | 0.42 | 0.63 |
| Hex | 7F | C8 | 78 | 24 | 0 | 28 | 16 | 73 | 2A | 3F |
| Octal | 177 | 310 | 170 | 44 | 0 | 50 | 26 | 163 | 52 | 77 |
| Binary | 1111111 | 11001000 | 1111000 | 100100 | 0 | 101000 | 10110 | 1110011 | 101010 | 111111 |
Color Harmonies of #7FC878
Complementary color
Monochromatic Colors of #7FC878
Black with #7FC878
Text Example
Text Example
White with #7FC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC878; }
p { color: rgb(127,200,120); }
H1.HeaderClassName
{
color: #7FC878;
}
.AnyTagClassName
{
color: #7FC878;
}
</style>
background-color css
<style>
a { background-color: #7FC878; }
a { background-color: rgb(127,200,120); }
div.DivClassName
{
background-color: #7FC878;
}
.BgClassName
{
background-color: #7FC878;
}
</style>
border-color css
<style>
span { border-color: #7FC878; }
span { border-color: rgb(127,200,120); }
td.TdClassName
{
border-color: #7FC878;
}
.TagClassName
{
border-color: #7FC878;
}
</style>