Shades of De York #7FDD94
Tints of De York #7FDD94
RGB
CMYK
RGB Variations
Color information
#7FDD94 (or 0x7FDD94) is known color: De York. HEX triplet: 7F, DD and 94. RGB value is (127,221,148). Sum of RGB (Red+Green+Blue) = 127+221+148=496 (65% of max value = 765). Red value is 127 (50% from 255 or 25.60% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDD94 is #80226B. Grayscale: #B8B8B8. Windows color (decimal): -8397420 or 9756031. OLE color: 9756031.
HSL color Cylindrical-coordinate representation of color #7FDD94: hue angle of 133.4º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDD94 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 148 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.13 |
| HSL | 133.4º | 0.58% | 0.68% | - |
| HSV(B) | 133.4º | 0.43% | 0.87% | - |
| XYZ | 39.95 | 58.36 | 37.18 | - |
| YUV | 184.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 148 | 0.43 | 0 | 0.33 | 0.13 | 133.4 | 0.58 | 0.68 |
| Hex | 7F | DD | 94 | 2B | 0 | 21 | D | 85 | 3A | 44 |
| Octal | 177 | 335 | 224 | 53 | 0 | 41 | 15 | 205 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10010100 | 101011 | 0 | 100001 | 1101 | 10000101 | 111010 | 1000100 |
Color Harmonies of #7FDD94
Complementary color
Monochromatic Colors of #7FDD94
Black with #7FDD94
Text Example
Text Example
White with #7FDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDD94; }
p { color: rgb(127,221,148); }
H1.HeaderClassName
{
color: #7FDD94;
}
.AnyTagClassName
{
color: #7FDD94;
}
</style>
background-color css
<style>
a { background-color: #7FDD94; }
a { background-color: rgb(127,221,148); }
div.DivClassName
{
background-color: #7FDD94;
}
.BgClassName
{
background-color: #7FDD94;
}
</style>
border-color css
<style>
span { border-color: #7FDD94; }
span { border-color: rgb(127,221,148); }
td.TdClassName
{
border-color: #7FDD94;
}
.TagClassName
{
border-color: #7FDD94;
}
</style>