Shades of De York #7DDB88
Tints of De York #7DDB88
RGB
CMYK
RGB Variations
Color information
#7DDB88 (or 0x7DDB88) is known color: De York. HEX triplet: 7D, DB and 88. RGB value is (125,219,136). Sum of RGB (Red+Green+Blue) = 125+219+136=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB88 is #822477. Grayscale: #B5B5B5. Windows color (decimal): -8529016 or 8969085. OLE color: 8969085.
HSL color Cylindrical-coordinate representation of color #7DDB88: hue angle of 127.02º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB88 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 136 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.14 |
| HSL | 127.02º | 0.57% | 0.67% | - |
| HSV(B) | 127.02º | 0.43% | 0.86% | - |
| XYZ | 38.23 | 56.8 | 32.24 | - |
| YUV | 181.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 136 | 0.43 | 0 | 0.38 | 0.14 | 127.02 | 0.57 | 0.67 |
| Hex | 7D | DB | 88 | 2B | 0 | 26 | E | 7F | 39 | 43 |
| Octal | 175 | 333 | 210 | 53 | 0 | 46 | 16 | 177 | 71 | 103 |
| Binary | 1111101 | 11011011 | 10001000 | 101011 | 0 | 100110 | 1110 | 1111111 | 111001 | 1000011 |
Color Harmonies of #7DDB88
Complementary color
Monochromatic Colors of #7DDB88
Black with #7DDB88
Text Example
Text Example
White with #7DDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB88; }
p { color: rgb(125,219,136); }
H1.HeaderClassName
{
color: #7DDB88;
}
.AnyTagClassName
{
color: #7DDB88;
}
</style>
background-color css
<style>
a { background-color: #7DDB88; }
a { background-color: rgb(125,219,136); }
div.DivClassName
{
background-color: #7DDB88;
}
.BgClassName
{
background-color: #7DDB88;
}
</style>
border-color css
<style>
span { border-color: #7DDB88; }
span { border-color: rgb(125,219,136); }
td.TdClassName
{
border-color: #7DDB88;
}
.TagClassName
{
border-color: #7DDB88;
}
</style>