Shades of De York #7FCE82
Tints of De York #7FCE82
RGB
CMYK
RGB Variations
Color information
#7FCE82 (or 0x7FCE82) is known color: De York. HEX triplet: 7F, CE and 82. RGB value is (127,206,130). Sum of RGB (Red+Green+Blue) = 127+206+130=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE82 is #80317D. Grayscale: #ADADAD. Windows color (decimal): -8401278 or 8572543. OLE color: 8572543.
HSL color Cylindrical-coordinate representation of color #7FCE82: hue angle of 122.28º 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 #7FCE82 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 130 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.19 |
| HSL | 122.28º | 0.45% | 0.65% | - |
| HSV(B) | 122.28º | 0.38% | 0.81% | - |
| XYZ | 34.85 | 50.27 | 28.98 | - |
| YUV | 173.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 130 | 0.38 | 0 | 0.37 | 0.19 | 122.28 | 0.45 | 0.65 |
| Hex | 7F | CE | 82 | 26 | 0 | 25 | 13 | 7A | 2D | 41 |
| Octal | 177 | 316 | 202 | 46 | 0 | 45 | 23 | 172 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10000010 | 100110 | 0 | 100101 | 10011 | 1111010 | 101101 | 1000001 |
Color Harmonies of #7FCE82
Complementary color
Monochromatic Colors of #7FCE82
Black with #7FCE82
Text Example
Text Example
White with #7FCE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE82; }
p { color: rgb(127,206,130); }
H1.HeaderClassName
{
color: #7FCE82;
}
.AnyTagClassName
{
color: #7FCE82;
}
</style>
background-color css
<style>
a { background-color: #7FCE82; }
a { background-color: rgb(127,206,130); }
div.DivClassName
{
background-color: #7FCE82;
}
.BgClassName
{
background-color: #7FCE82;
}
</style>
border-color css
<style>
span { border-color: #7FCE82; }
span { border-color: rgb(127,206,130); }
td.TdClassName
{
border-color: #7FCE82;
}
.TagClassName
{
border-color: #7FCE82;
}
</style>