Shades of De York #7EBF82
Tints of De York #7EBF82
RGB
CMYK
RGB Variations
Color information
#7EBF82 (or 0x7EBF82) is known color: De York. HEX triplet: 7E, BF and 82. RGB value is (126,191,130). Sum of RGB (Red+Green+Blue) = 126+191+130=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF82 is #81407D. Grayscale: #A4A4A4. Windows color (decimal): -8470654 or 8568702. OLE color: 8568702.
HSL color Cylindrical-coordinate representation of color #7EBF82: hue angle of 123.69º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBF82 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 130 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.25 |
| HSL | 123.69º | 0.34% | 0.62% | - |
| HSV(B) | 123.69º | 0.34% | 0.75% | - |
| XYZ | 31.26 | 43.31 | 27.83 | - |
| YUV | 164.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 130 | 0.34 | 0 | 0.32 | 0.25 | 123.69 | 0.34 | 0.62 |
| Hex | 7E | BF | 82 | 22 | 0 | 20 | 19 | 7C | 22 | 3E |
| Octal | 176 | 277 | 202 | 42 | 0 | 40 | 31 | 174 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10000010 | 100010 | 0 | 100000 | 11001 | 1111100 | 100010 | 111110 |
Color Harmonies of #7EBF82
Complementary color
Monochromatic Colors of #7EBF82
Black with #7EBF82
Text Example
Text Example
White with #7EBF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF82; }
p { color: rgb(126,191,130); }
H1.HeaderClassName
{
color: #7EBF82;
}
.AnyTagClassName
{
color: #7EBF82;
}
</style>
background-color css
<style>
a { background-color: #7EBF82; }
a { background-color: rgb(126,191,130); }
div.DivClassName
{
background-color: #7EBF82;
}
.BgClassName
{
background-color: #7EBF82;
}
</style>
border-color css
<style>
span { border-color: #7EBF82; }
span { border-color: rgb(126,191,130); }
td.TdClassName
{
border-color: #7EBF82;
}
.TagClassName
{
border-color: #7EBF82;
}
</style>