Shades of De York #7ECE83
Tints of De York #7ECE83
RGB
CMYK
RGB Variations
Color information
#7ECE83 (or 0x7ECE83) is known color: De York. HEX triplet: 7E, CE and 83. RGB value is (126,206,131). Sum of RGB (Red+Green+Blue) = 126+206+131=463 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.21% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE83 is #81317C. Grayscale: #ADADAD. Windows color (decimal): -8466813 or 8638078. OLE color: 8638078.
HSL color Cylindrical-coordinate representation of color #7ECE83: hue angle of 123.75º 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 #7ECE83 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 131 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.19 |
| HSL | 123.75º | 0.45% | 0.65% | - |
| HSV(B) | 123.75º | 0.39% | 0.81% | - |
| XYZ | 34.77 | 50.22 | 29.33 | - |
| YUV | 173.53 | 104 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 131 | 0.39 | 0 | 0.36 | 0.19 | 123.75 | 0.45 | 0.65 |
| Hex | 7E | CE | 83 | 27 | 0 | 24 | 13 | 7C | 2D | 41 |
| Octal | 176 | 316 | 203 | 47 | 0 | 44 | 23 | 174 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10000011 | 100111 | 0 | 100100 | 10011 | 1111100 | 101101 | 1000001 |
Color Harmonies of #7ECE83
Complementary color
Monochromatic Colors of #7ECE83
Black with #7ECE83
Text Example
Text Example
White with #7ECE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE83; }
p { color: rgb(126,206,131); }
H1.HeaderClassName
{
color: #7ECE83;
}
.AnyTagClassName
{
color: #7ECE83;
}
</style>
background-color css
<style>
a { background-color: #7ECE83; }
a { background-color: rgb(126,206,131); }
div.DivClassName
{
background-color: #7ECE83;
}
.BgClassName
{
background-color: #7ECE83;
}
</style>
border-color css
<style>
span { border-color: #7ECE83; }
span { border-color: rgb(126,206,131); }
td.TdClassName
{
border-color: #7ECE83;
}
.TagClassName
{
border-color: #7ECE83;
}
</style>