Shades of De York #7FDB92
Tints of De York #7FDB92
RGB
CMYK
RGB Variations
Color information
#7FDB92 (or 0x7FDB92) is known color: De York. HEX triplet: 7F, DB and 92. RGB value is (127,219,146). Sum of RGB (Red+Green+Blue) = 127+219+146=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDB92 is #80246D. Grayscale: #B7B7B7. Windows color (decimal): -8397934 or 9624447. OLE color: 9624447.
HSL color Cylindrical-coordinate representation of color #7FDB92: hue angle of 132.39º 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 #7FDB92 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 146 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.14 |
| HSL | 132.39º | 0.56% | 0.68% | - |
| HSV(B) | 132.39º | 0.42% | 0.86% | - |
| XYZ | 39.27 | 57.25 | 36.17 | - |
| YUV | 183.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 146 | 0.42 | 0 | 0.33 | 0.14 | 132.39 | 0.56 | 0.68 |
| Hex | 7F | DB | 92 | 2A | 0 | 21 | E | 84 | 38 | 44 |
| Octal | 177 | 333 | 222 | 52 | 0 | 41 | 16 | 204 | 70 | 104 |
| Binary | 1111111 | 11011011 | 10010010 | 101010 | 0 | 100001 | 1110 | 10000100 | 111000 | 1000100 |
Color Harmonies of #7FDB92
Complementary color
Monochromatic Colors of #7FDB92
Black with #7FDB92
Text Example
Text Example
White with #7FDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDB92; }
p { color: rgb(127,219,146); }
H1.HeaderClassName
{
color: #7FDB92;
}
.AnyTagClassName
{
color: #7FDB92;
}
</style>
background-color css
<style>
a { background-color: #7FDB92; }
a { background-color: rgb(127,219,146); }
div.DivClassName
{
background-color: #7FDB92;
}
.BgClassName
{
background-color: #7FDB92;
}
</style>
border-color css
<style>
span { border-color: #7FDB92; }
span { border-color: rgb(127,219,146); }
td.TdClassName
{
border-color: #7FDB92;
}
.TagClassName
{
border-color: #7FDB92;
}
</style>