Shades of Downy #62F2C2
Tints of Downy #62F2C2
RGB
CMYK
RGB Variations
Color information
#62F2C2 (or 0x62F2C2) is known color: Downy. HEX triplet: 62, F2 and C2. RGB value is (98,242,194). Sum of RGB (Red+Green+Blue) = 98+242+194=534 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.35% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F2C2 is #9D0D3D. Grayscale: #C1C1C1. Windows color (decimal): -10292542 or 12776034. OLE color: 12776034.
HSL color Cylindrical-coordinate representation of color #62F2C2: hue angle of 160º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62F2C2 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 242 | 194 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.05 |
| HSL | 160º | 0.85% | 0.67% | - |
| HSV(B) | 160º | 0.6% | 0.95% | - |
| XYZ | 46.53 | 70 | 62.1 | - |
| YUV | 193.47 | 128.29 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 194 | 0.60 | 0 | 0.20 | 0.05 | 160 | 0.85 | 0.67 |
| Hex | 62 | F2 | C2 | 3C | 0 | 14 | 5 | A0 | 55 | 43 |
| Octal | 142 | 362 | 302 | 74 | 0 | 24 | 5 | 240 | 125 | 103 |
| Binary | 1100010 | 11110010 | 11000010 | 111100 | 0 | 10100 | 101 | 10100000 | 1010101 | 1000011 |
Color Harmonies of #62F2C2
Complementary color
Monochromatic Colors of #62F2C2
Black with #62F2C2
Text Example
Text Example
White with #62F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F2C2; }
p { color: rgb(98,242,194); }
H1.HeaderClassName
{
color: #62F2C2;
}
.AnyTagClassName
{
color: #62F2C2;
}
</style>
background-color css
<style>
a { background-color: #62F2C2; }
a { background-color: rgb(98,242,194); }
div.DivClassName
{
background-color: #62F2C2;
}
.BgClassName
{
background-color: #62F2C2;
}
</style>
border-color css
<style>
span { border-color: #62F2C2; }
span { border-color: rgb(98,242,194); }
td.TdClassName
{
border-color: #62F2C2;
}
.TagClassName
{
border-color: #62F2C2;
}
</style>