Shades of De York #7FCA8D
Tints of De York #7FCA8D
RGB
CMYK
RGB Variations
Color information
#7FCA8D (or 0x7FCA8D) is known color: De York. HEX triplet: 7F, CA and 8D. RGB value is (127,202,141). Sum of RGB (Red+Green+Blue) = 127+202+141=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA8D is #803572. Grayscale: #ACACAC. Windows color (decimal): -8402291 or 9292415. OLE color: 9292415.
HSL color Cylindrical-coordinate representation of color #7FCA8D: hue angle of 131.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA8D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 141 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.21 |
| HSL | 131.2º | 0.41% | 0.65% | - |
| HSV(B) | 131.2º | 0.37% | 0.79% | - |
| XYZ | 34.68 | 48.68 | 32.77 | - |
| YUV | 172.62 | 110.15 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 141 | 0.37 | 0 | 0.30 | 0.21 | 131.2 | 0.41 | 0.65 |
| Hex | 7F | CA | 8D | 25 | 0 | 1E | 15 | 83 | 29 | 41 |
| Octal | 177 | 312 | 215 | 45 | 0 | 36 | 25 | 203 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10001101 | 100101 | 0 | 11110 | 10101 | 10000011 | 101001 | 1000001 |
Color Harmonies of #7FCA8D
Complementary color
Monochromatic Colors of #7FCA8D
Black with #7FCA8D
Text Example
Text Example
White with #7FCA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA8D; }
p { color: rgb(127,202,141); }
H1.HeaderClassName
{
color: #7FCA8D;
}
.AnyTagClassName
{
color: #7FCA8D;
}
</style>
background-color css
<style>
a { background-color: #7FCA8D; }
a { background-color: rgb(127,202,141); }
div.DivClassName
{
background-color: #7FCA8D;
}
.BgClassName
{
background-color: #7FCA8D;
}
</style>
border-color css
<style>
span { border-color: #7FCA8D; }
span { border-color: rgb(127,202,141); }
td.TdClassName
{
border-color: #7FCA8D;
}
.TagClassName
{
border-color: #7FCA8D;
}
</style>