Shades of De York #7FDB89
Tints of De York #7FDB89
RGB
CMYK
RGB Variations
Color information
#7FDB89 (or 0x7FDB89) is known color: De York. HEX triplet: 7F, DB and 89. RGB value is (127,219,137). Sum of RGB (Red+Green+Blue) = 127+219+137=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDB89 is #802476. Grayscale: #B6B6B6. Windows color (decimal): -8397943 or 9034623. OLE color: 9034623.
HSL color Cylindrical-coordinate representation of color #7FDB89: hue angle of 126.52º degrees, saturation: 0.56, 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 #7FDB89 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 137 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.14 |
| HSL | 126.52º | 0.56% | 0.68% | - |
| HSV(B) | 126.52º | 0.42% | 0.86% | - |
| XYZ | 38.6 | 56.98 | 32.63 | - |
| YUV | 182.14 | 102.52 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 137 | 0.42 | 0 | 0.37 | 0.14 | 126.52 | 0.56 | 0.68 |
| Hex | 7F | DB | 89 | 2A | 0 | 25 | E | 7F | 38 | 44 |
| Octal | 177 | 333 | 211 | 52 | 0 | 45 | 16 | 177 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10001001 | 101010 | 0 | 100101 | 1110 | 1111111 | 111000 | 1000100 |
Color Harmonies of #7FDB89
Complementary color
Monochromatic Colors of #7FDB89
Black with #7FDB89
Text Example
Text Example
White with #7FDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB89; }
p { color: rgb(127,219,137); }
H1.HeaderClassName
{
color: #7FDB89;
}
.AnyTagClassName
{
color: #7FDB89;
}
</style>
background-color css
<style>
a { background-color: #7FDB89; }
a { background-color: rgb(127,219,137); }
div.DivClassName
{
background-color: #7FDB89;
}
.BgClassName
{
background-color: #7FDB89;
}
</style>
border-color css
<style>
span { border-color: #7FDB89; }
span { border-color: rgb(127,219,137); }
td.TdClassName
{
border-color: #7FDB89;
}
.TagClassName
{
border-color: #7FDB89;
}
</style>