Shades of De York #7ECF83
Tints of De York #7ECF83
RGB
CMYK
RGB Variations
Color information
#7ECF83 (or 0x7ECF83) is known color: De York. HEX triplet: 7E, CF and 83. RGB value is (126,207,131). Sum of RGB (Red+Green+Blue) = 126+207+131=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF83 is #81307C. Grayscale: #AEAEAE. Windows color (decimal): -8466557 or 8638334. OLE color: 8638334.
HSL color Cylindrical-coordinate representation of color #7ECF83: hue angle of 123.7º 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 #7ECF83 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 131 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.19 |
| HSL | 123.7º | 0.46% | 0.65% | - |
| HSV(B) | 123.7º | 0.39% | 0.81% | - |
| XYZ | 35.01 | 50.7 | 29.41 | - |
| YUV | 174.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 131 | 0.39 | 0 | 0.37 | 0.19 | 123.7 | 0.46 | 0.65 |
| Hex | 7E | CF | 83 | 27 | 0 | 25 | 13 | 7C | 2E | 41 |
| Octal | 176 | 317 | 203 | 47 | 0 | 45 | 23 | 174 | 56 | 101 |
| Binary | 1111110 | 11001111 | 10000011 | 100111 | 0 | 100101 | 10011 | 1111100 | 101110 | 1000001 |
Color Harmonies of #7ECF83
Complementary color
Monochromatic Colors of #7ECF83
Black with #7ECF83
Text Example
Text Example
White with #7ECF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF83; }
p { color: rgb(126,207,131); }
H1.HeaderClassName
{
color: #7ECF83;
}
.AnyTagClassName
{
color: #7ECF83;
}
</style>
background-color css
<style>
a { background-color: #7ECF83; }
a { background-color: rgb(126,207,131); }
div.DivClassName
{
background-color: #7ECF83;
}
.BgClassName
{
background-color: #7ECF83;
}
</style>
border-color css
<style>
span { border-color: #7ECF83; }
span { border-color: rgb(126,207,131); }
td.TdClassName
{
border-color: #7ECF83;
}
.TagClassName
{
border-color: #7ECF83;
}
</style>