Shades of De York #7FDC98
Tints of De York #7FDC98
RGB
CMYK
RGB Variations
Color information
#7FDC98 (or 0x7FDC98) is known color: De York. HEX triplet: 7F, DC and 98. RGB value is (127,220,152). Sum of RGB (Red+Green+Blue) = 127+220+152=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC98 is #802367. Grayscale: #B8B8B8. Windows color (decimal): -8397672 or 10017919. OLE color: 10017919.
HSL color Cylindrical-coordinate representation of color #7FDC98: hue angle of 136.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDC98 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 152 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.14 |
| HSL | 136.13º | 0.57% | 0.68% | - |
| HSV(B) | 136.13º | 0.42% | 0.86% | - |
| XYZ | 40.01 | 57.97 | 38.79 | - |
| YUV | 184.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 152 | 0.42 | 0 | 0.31 | 0.14 | 136.13 | 0.57 | 0.68 |
| Hex | 7F | DC | 98 | 2A | 0 | 1F | E | 88 | 39 | 44 |
| Octal | 177 | 334 | 230 | 52 | 0 | 37 | 16 | 210 | 71 | 104 |
| Binary | 1111111 | 11011100 | 10011000 | 101010 | 0 | 11111 | 1110 | 10001000 | 111001 | 1000100 |
Color Harmonies of #7FDC98
Complementary color
Monochromatic Colors of #7FDC98
Black with #7FDC98
Text Example
Text Example
White with #7FDC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC98; }
p { color: rgb(127,220,152); }
H1.HeaderClassName
{
color: #7FDC98;
}
.AnyTagClassName
{
color: #7FDC98;
}
</style>
background-color css
<style>
a { background-color: #7FDC98; }
a { background-color: rgb(127,220,152); }
div.DivClassName
{
background-color: #7FDC98;
}
.BgClassName
{
background-color: #7FDC98;
}
</style>
border-color css
<style>
span { border-color: #7FDC98; }
span { border-color: rgb(127,220,152); }
td.TdClassName
{
border-color: #7FDC98;
}
.TagClassName
{
border-color: #7FDC98;
}
</style>