Shades of Downy #62EDB9
Tints of Downy #62EDB9
RGB
CMYK
RGB Variations
Color information
#62EDB9 (or 0x62EDB9) is known color: Downy. HEX triplet: 62, ED and B9. RGB value is (98,237,185). Sum of RGB (Red+Green+Blue) = 98+237+185=520 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.85% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #62EDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62EDB9 is #9D1246. Grayscale: #BDBDBD. Windows color (decimal): -10293831 or 12184930. OLE color: 12184930.
HSL color Cylindrical-coordinate representation of color #62EDB9: hue angle of 157.55º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62EDB9 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 237 | 185 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.07 |
| HSL | 157.55º | 0.79% | 0.66% | - |
| HSV(B) | 157.55º | 0.59% | 0.93% | - |
| XYZ | 44.08 | 66.67 | 56.44 | - |
| YUV | 189.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 185 | 0.59 | 0 | 0.22 | 0.07 | 157.55 | 0.79 | 0.66 |
| Hex | 62 | ED | B9 | 3B | 0 | 16 | 7 | 9E | 4F | 42 |
| Octal | 142 | 355 | 271 | 73 | 0 | 26 | 7 | 236 | 117 | 102 |
| Binary | 1100010 | 11101101 | 10111001 | 111011 | 0 | 10110 | 111 | 10011110 | 1001111 | 1000010 |
Color Harmonies of #62EDB9
Complementary color
Monochromatic Colors of #62EDB9
Black with #62EDB9
Text Example
Text Example
White with #62EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62EDB9; }
p { color: rgb(98,237,185); }
H1.HeaderClassName
{
color: #62EDB9;
}
.AnyTagClassName
{
color: #62EDB9;
}
</style>
background-color css
<style>
a { background-color: #62EDB9; }
a { background-color: rgb(98,237,185); }
div.DivClassName
{
background-color: #62EDB9;
}
.BgClassName
{
background-color: #62EDB9;
}
</style>
border-color css
<style>
span { border-color: #62EDB9; }
span { border-color: rgb(98,237,185); }
td.TdClassName
{
border-color: #62EDB9;
}
.TagClassName
{
border-color: #62EDB9;
}
</style>