Shades of De York #7FCE85
Tints of De York #7FCE85
RGB
CMYK
RGB Variations
Color information
#7FCE85 (or 0x7FCE85) is known color: De York. HEX triplet: 7F, CE and 85. RGB value is (127,206,133). Sum of RGB (Red+Green+Blue) = 127+206+133=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE85 is #80317A. Grayscale: #AEAEAE. Windows color (decimal): -8401275 or 8769151. OLE color: 8769151.
HSL color Cylindrical-coordinate representation of color #7FCE85: hue angle of 124.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCE85 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 133 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.19 |
| HSL | 124.56º | 0.45% | 0.65% | - |
| HSV(B) | 124.56º | 0.38% | 0.81% | - |
| XYZ | 35.06 | 50.35 | 30.06 | - |
| YUV | 174.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 133 | 0.38 | 0 | 0.35 | 0.19 | 124.56 | 0.45 | 0.65 |
| Hex | 7F | CE | 85 | 26 | 0 | 23 | 13 | 7D | 2D | 41 |
| Octal | 177 | 316 | 205 | 46 | 0 | 43 | 23 | 175 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10000101 | 100110 | 0 | 100011 | 10011 | 1111101 | 101101 | 1000001 |
Color Harmonies of #7FCE85
Complementary color
Monochromatic Colors of #7FCE85
Black with #7FCE85
Text Example
Text Example
White with #7FCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE85; }
p { color: rgb(127,206,133); }
H1.HeaderClassName
{
color: #7FCE85;
}
.AnyTagClassName
{
color: #7FCE85;
}
</style>
background-color css
<style>
a { background-color: #7FCE85; }
a { background-color: rgb(127,206,133); }
div.DivClassName
{
background-color: #7FCE85;
}
.BgClassName
{
background-color: #7FCE85;
}
</style>
border-color css
<style>
span { border-color: #7FCE85; }
span { border-color: rgb(127,206,133); }
td.TdClassName
{
border-color: #7FCE85;
}
.TagClassName
{
border-color: #7FCE85;
}
</style>