Shades of De York #7ECF85
Tints of De York #7ECF85
RGB
CMYK
RGB Variations
Color information
#7ECF85 (or 0x7ECF85) is known color: De York. HEX triplet: 7E, CF and 85. RGB value is (126,207,133). Sum of RGB (Red+Green+Blue) = 126+207+133=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF85 is #81307A. Grayscale: #AEAEAE. Windows color (decimal): -8466555 or 8769406. OLE color: 8769406.
HSL color Cylindrical-coordinate representation of color #7ECF85: hue angle of 125.19º degrees, saturation: 0.46, 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 #7ECF85 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 133 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.19 |
| HSL | 125.19º | 0.46% | 0.65% | - |
| HSV(B) | 125.19º | 0.39% | 0.81% | - |
| XYZ | 35.15 | 50.75 | 30.13 | - |
| YUV | 174.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 133 | 0.39 | 0 | 0.36 | 0.19 | 125.19 | 0.46 | 0.65 |
| Hex | 7E | CF | 85 | 27 | 0 | 24 | 13 | 7D | 2E | 41 |
| Octal | 176 | 317 | 205 | 47 | 0 | 44 | 23 | 175 | 56 | 101 |
| Binary | 1111110 | 11001111 | 10000101 | 100111 | 0 | 100100 | 10011 | 1111101 | 101110 | 1000001 |
Color Harmonies of #7ECF85
Complementary color
Monochromatic Colors of #7ECF85
Black with #7ECF85
Text Example
Text Example
White with #7ECF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF85; }
p { color: rgb(126,207,133); }
H1.HeaderClassName
{
color: #7ECF85;
}
.AnyTagClassName
{
color: #7ECF85;
}
</style>
background-color css
<style>
a { background-color: #7ECF85; }
a { background-color: rgb(126,207,133); }
div.DivClassName
{
background-color: #7ECF85;
}
.BgClassName
{
background-color: #7ECF85;
}
</style>
border-color css
<style>
span { border-color: #7ECF85; }
span { border-color: rgb(126,207,133); }
td.TdClassName
{
border-color: #7ECF85;
}
.TagClassName
{
border-color: #7ECF85;
}
</style>