Shades of Downy #77DEB9
Tints of Downy #77DEB9
RGB
CMYK
RGB Variations
Color information
#77DEB9 (or 0x77DEB9) is known color: Downy. HEX triplet: 77, DE and B9. RGB value is (119,222,185). Sum of RGB (Red+Green+Blue) = 119+222+185=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #77DEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DEB9 is #882146. Grayscale: #BBBBBB. Windows color (decimal): -8921415 or 12181111. OLE color: 12181111.
HSL color Cylindrical-coordinate representation of color #77DEB9: hue angle of 158.45º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DEB9 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 222 | 185 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.13 |
| HSL | 158.45º | 0.61% | 0.67% | - |
| HSV(B) | 158.45º | 0.46% | 0.87% | - |
| XYZ | 42.49 | 59.67 | 55.18 | - |
| YUV | 186.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 222 | 185 | 0.46 | 0 | 0.17 | 0.13 | 158.45 | 0.61 | 0.67 |
| Hex | 77 | DE | B9 | 2E | 0 | 11 | D | 9E | 3D | 43 |
| Octal | 167 | 336 | 271 | 56 | 0 | 21 | 15 | 236 | 75 | 103 |
| Binary | 1110111 | 11011110 | 10111001 | 101110 | 0 | 10001 | 1101 | 10011110 | 111101 | 1000011 |
Color Harmonies of #77DEB9
Complementary color
Monochromatic Colors of #77DEB9
Black with #77DEB9
Text Example
Text Example
White with #77DEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DEB9; }
p { color: rgb(119,222,185); }
H1.HeaderClassName
{
color: #77DEB9;
}
.AnyTagClassName
{
color: #77DEB9;
}
</style>
background-color css
<style>
a { background-color: #77DEB9; }
a { background-color: rgb(119,222,185); }
div.DivClassName
{
background-color: #77DEB9;
}
.BgClassName
{
background-color: #77DEB9;
}
</style>
border-color css
<style>
span { border-color: #77DEB9; }
span { border-color: rgb(119,222,185); }
td.TdClassName
{
border-color: #77DEB9;
}
.TagClassName
{
border-color: #77DEB9;
}
</style>