Shades of Downy #77DDB5
Tints of Downy #77DDB5
RGB
CMYK
RGB Variations
Color information
#77DDB5 (or 0x77DDB5) is known color: Downy. HEX triplet: 77, DD and B5. RGB value is (119,221,181). Sum of RGB (Red+Green+Blue) = 119+221+181=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDB5 is #88224A. Grayscale: #B9B9B9. Windows color (decimal): -8921675 or 11918711. OLE color: 11918711.
HSL color Cylindrical-coordinate representation of color #77DDB5: hue angle of 156.47º degrees, saturation: 0.6, 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 #77DDB5 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 221 | 181 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.13 |
| HSL | 156.47º | 0.6% | 0.67% | - |
| HSV(B) | 156.47º | 0.46% | 0.87% | - |
| XYZ | 41.8 | 58.97 | 52.9 | - |
| YUV | 185.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 221 | 181 | 0.46 | 0 | 0.18 | 0.13 | 156.47 | 0.6 | 0.67 |
| Hex | 77 | DD | B5 | 2E | 0 | 12 | D | 9C | 3C | 43 |
| Octal | 167 | 335 | 265 | 56 | 0 | 22 | 15 | 234 | 74 | 103 |
| Binary | 1110111 | 11011101 | 10110101 | 101110 | 0 | 10010 | 1101 | 10011100 | 111100 | 1000011 |
Color Harmonies of #77DDB5
Complementary color
Monochromatic Colors of #77DDB5
Black with #77DDB5
Text Example
Text Example
White with #77DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DDB5; }
p { color: rgb(119,221,181); }
H1.HeaderClassName
{
color: #77DDB5;
}
.AnyTagClassName
{
color: #77DDB5;
}
</style>
background-color css
<style>
a { background-color: #77DDB5; }
a { background-color: rgb(119,221,181); }
div.DivClassName
{
background-color: #77DDB5;
}
.BgClassName
{
background-color: #77DDB5;
}
</style>
border-color css
<style>
span { border-color: #77DDB5; }
span { border-color: rgb(119,221,181); }
td.TdClassName
{
border-color: #77DDB5;
}
.TagClassName
{
border-color: #77DDB5;
}
</style>