Shades of De York #7DD092
Tints of De York #7DD092
RGB
CMYK
RGB Variations
Color information
#7DD092 (or 0x7DD092) is known color: De York. HEX triplet: 7D, D0 and 92. RGB value is (125,208,146). Sum of RGB (Red+Green+Blue) = 125+208+146=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD092 is #822F6D. Grayscale: #B0B0B0. Windows color (decimal): -8531822 or 9621629. OLE color: 9621629.
HSL color Cylindrical-coordinate representation of color #7DD092: hue angle of 135.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD092 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 146 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.18 |
| HSL | 135.18º | 0.47% | 0.65% | - |
| HSV(B) | 135.18º | 0.4% | 0.82% | - |
| XYZ | 36.2 | 51.55 | 35.24 | - |
| YUV | 176.12 | 111 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 146 | 0.40 | 0 | 0.30 | 0.18 | 135.18 | 0.47 | 0.65 |
| Hex | 7D | D0 | 92 | 28 | 0 | 1E | 12 | 87 | 2F | 41 |
| Octal | 175 | 320 | 222 | 50 | 0 | 36 | 22 | 207 | 57 | 101 |
| Binary | 1111101 | 11010000 | 10010010 | 101000 | 0 | 11110 | 10010 | 10000111 | 101111 | 1000001 |
Color Harmonies of #7DD092
Complementary color
Monochromatic Colors of #7DD092
Black with #7DD092
Text Example
Text Example
White with #7DD092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD092; }
p { color: rgb(125,208,146); }
H1.HeaderClassName
{
color: #7DD092;
}
.AnyTagClassName
{
color: #7DD092;
}
</style>
background-color css
<style>
a { background-color: #7DD092; }
a { background-color: rgb(125,208,146); }
div.DivClassName
{
background-color: #7DD092;
}
.BgClassName
{
background-color: #7DD092;
}
</style>
border-color css
<style>
span { border-color: #7DD092; }
span { border-color: rgb(125,208,146); }
td.TdClassName
{
border-color: #7DD092;
}
.TagClassName
{
border-color: #7DD092;
}
</style>