Shades of De York #7FCF8D
Tints of De York #7FCF8D
RGB
CMYK
RGB Variations
Color information
#7FCF8D (or 0x7FCF8D) is known color: De York. HEX triplet: 7F, CF and 8D. RGB value is (127,207,141). Sum of RGB (Red+Green+Blue) = 127+207+141=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF8D is #803072. Grayscale: #AFAFAF. Windows color (decimal): -8401011 or 9293695. OLE color: 9293695.
HSL color Cylindrical-coordinate representation of color #7FCF8D: hue angle of 130.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCF8D is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 141 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.19 |
| HSL | 130.5º | 0.45% | 0.65% | - |
| HSV(B) | 130.5º | 0.39% | 0.81% | - |
| XYZ | 35.87 | 51.06 | 33.16 | - |
| YUV | 175.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 141 | 0.39 | 0 | 0.32 | 0.19 | 130.5 | 0.45 | 0.65 |
| Hex | 7F | CF | 8D | 27 | 0 | 20 | 13 | 82 | 2D | 41 |
| Octal | 177 | 317 | 215 | 47 | 0 | 40 | 23 | 202 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10001101 | 100111 | 0 | 100000 | 10011 | 10000010 | 101101 | 1000001 |
Color Harmonies of #7FCF8D
Complementary color
Monochromatic Colors of #7FCF8D
Black with #7FCF8D
Text Example
Text Example
White with #7FCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF8D; }
p { color: rgb(127,207,141); }
H1.HeaderClassName
{
color: #7FCF8D;
}
.AnyTagClassName
{
color: #7FCF8D;
}
</style>
background-color css
<style>
a { background-color: #7FCF8D; }
a { background-color: rgb(127,207,141); }
div.DivClassName
{
background-color: #7FCF8D;
}
.BgClassName
{
background-color: #7FCF8D;
}
</style>
border-color css
<style>
span { border-color: #7FCF8D; }
span { border-color: rgb(127,207,141); }
td.TdClassName
{
border-color: #7FCF8D;
}
.TagClassName
{
border-color: #7FCF8D;
}
</style>