Shades of De York #7FC790
Tints of De York #7FC790
RGB
CMYK
RGB Variations
Color information
#7FC790 (or 0x7FC790) is known color: De York. HEX triplet: 7F, C7 and 90. RGB value is (127,199,144). Sum of RGB (Red+Green+Blue) = 127+199+144=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC790 is #80386F. Grayscale: #ABABAB. Windows color (decimal): -8403056 or 9488255. OLE color: 9488255.
HSL color Cylindrical-coordinate representation of color #7FC790: hue angle of 134.17º degrees, saturation: 0.39, 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 #7FC790 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 199 | 144 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.22 |
| HSL | 134.17º | 0.39% | 0.64% | - |
| HSV(B) | 134.17º | 0.36% | 0.78% | - |
| XYZ | 34.21 | 47.37 | 33.73 | - |
| YUV | 171.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 199 | 144 | 0.36 | 0 | 0.28 | 0.22 | 134.17 | 0.39 | 0.64 |
| Hex | 7F | C7 | 90 | 24 | 0 | 1C | 16 | 86 | 27 | 40 |
| Octal | 177 | 307 | 220 | 44 | 0 | 34 | 26 | 206 | 47 | 100 |
| Binary | 1111111 | 11000111 | 10010000 | 100100 | 0 | 11100 | 10110 | 10000110 | 100111 | 1000000 |
Color Harmonies of #7FC790
Complementary color
Monochromatic Colors of #7FC790
Black with #7FC790
Text Example
Text Example
White with #7FC790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC790; }
p { color: rgb(127,199,144); }
H1.HeaderClassName
{
color: #7FC790;
}
.AnyTagClassName
{
color: #7FC790;
}
</style>
background-color css
<style>
a { background-color: #7FC790; }
a { background-color: rgb(127,199,144); }
div.DivClassName
{
background-color: #7FC790;
}
.BgClassName
{
background-color: #7FC790;
}
</style>
border-color css
<style>
span { border-color: #7FC790; }
span { border-color: rgb(127,199,144); }
td.TdClassName
{
border-color: #7FC790;
}
.TagClassName
{
border-color: #7FC790;
}
</style>