Shades of De York #7DDF92
Tints of De York #7DDF92
RGB
CMYK
RGB Variations
Color information
#7DDF92 (or 0x7DDF92) is known color: De York. HEX triplet: 7D, DF and 92. RGB value is (125,223,146). Sum of RGB (Red+Green+Blue) = 125+223+146=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF92 is #82206D. Grayscale: #B9B9B9. Windows color (decimal): -8527982 or 9625469. OLE color: 9625469.
HSL color Cylindrical-coordinate representation of color #7DDF92: hue angle of 132.86º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDF92 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 146 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.13 |
| HSL | 132.86º | 0.6% | 0.68% | - |
| HSV(B) | 132.86º | 0.44% | 0.87% | - |
| XYZ | 40.03 | 59.21 | 36.51 | - |
| YUV | 184.92 | 106.03 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 146 | 0.44 | 0 | 0.35 | 0.13 | 132.86 | 0.6 | 0.68 |
| Hex | 7D | DF | 92 | 2C | 0 | 23 | D | 85 | 3C | 44 |
| Octal | 175 | 337 | 222 | 54 | 0 | 43 | 15 | 205 | 74 | 104 |
| Binary | 1111101 | 11011111 | 10010010 | 101100 | 0 | 100011 | 1101 | 10000101 | 111100 | 1000100 |
Color Harmonies of #7DDF92
Complementary color
Monochromatic Colors of #7DDF92
Black with #7DDF92
Text Example
Text Example
White with #7DDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF92; }
p { color: rgb(125,223,146); }
H1.HeaderClassName
{
color: #7DDF92;
}
.AnyTagClassName
{
color: #7DDF92;
}
</style>
background-color css
<style>
a { background-color: #7DDF92; }
a { background-color: rgb(125,223,146); }
div.DivClassName
{
background-color: #7DDF92;
}
.BgClassName
{
background-color: #7DDF92;
}
</style>
border-color css
<style>
span { border-color: #7DDF92; }
span { border-color: rgb(125,223,146); }
td.TdClassName
{
border-color: #7DDF92;
}
.TagClassName
{
border-color: #7DDF92;
}
</style>