Shades of De York #7FDB99
Tints of De York #7FDB99
RGB
CMYK
RGB Variations
Color information
#7FDB99 (or 0x7FDB99) is known color: De York. HEX triplet: 7F, DB and 99. RGB value is (127,219,153). Sum of RGB (Red+Green+Blue) = 127+219+153=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDB99 is #802466. Grayscale: #B8B8B8. Windows color (decimal): -8397927 or 10083199. OLE color: 10083199.
HSL color Cylindrical-coordinate representation of color #7FDB99: hue angle of 136.96º 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 #7FDB99 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 153 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.14 |
| HSL | 136.96º | 0.56% | 0.68% | - |
| HSV(B) | 136.96º | 0.42% | 0.86% | - |
| XYZ | 39.83 | 57.47 | 39.13 | - |
| YUV | 183.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 153 | 0.42 | 0 | 0.30 | 0.14 | 136.96 | 0.56 | 0.68 |
| Hex | 7F | DB | 99 | 2A | 0 | 1E | E | 89 | 38 | 44 |
| Octal | 177 | 333 | 231 | 52 | 0 | 36 | 16 | 211 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10011001 | 101010 | 0 | 11110 | 1110 | 10001001 | 111000 | 1000100 |
Color Harmonies of #7FDB99
Complementary color
Monochromatic Colors of #7FDB99
Black with #7FDB99
Text Example
Text Example
White with #7FDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB99; }
p { color: rgb(127,219,153); }
H1.HeaderClassName
{
color: #7FDB99;
}
.AnyTagClassName
{
color: #7FDB99;
}
</style>
background-color css
<style>
a { background-color: #7FDB99; }
a { background-color: rgb(127,219,153); }
div.DivClassName
{
background-color: #7FDB99;
}
.BgClassName
{
background-color: #7FDB99;
}
</style>
border-color css
<style>
span { border-color: #7FDB99; }
span { border-color: rgb(127,219,153); }
td.TdClassName
{
border-color: #7FDB99;
}
.TagClassName
{
border-color: #7FDB99;
}
</style>