Shades of Downy #62F2C1
Tints of Downy #62F2C1
RGB
CMYK
RGB Variations
Color information
#62F2C1 (or 0x62F2C1) is known color: Downy. HEX triplet: 62, F2 and C1. RGB value is (98,242,193). Sum of RGB (Red+Green+Blue) = 98+242+193=533 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.39% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F2C1 is #9D0D3E. Grayscale: #C1C1C1. Windows color (decimal): -10292543 or 12710498. OLE color: 12710498.
HSL color Cylindrical-coordinate representation of color #62F2C1: hue angle of 159.58º 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 #62F2C1 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 242 | 193 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.05 |
| HSL | 159.58º | 0.85% | 0.67% | - |
| HSV(B) | 159.58º | 0.6% | 0.95% | - |
| XYZ | 46.41 | 69.95 | 61.51 | - |
| YUV | 193.36 | 127.79 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 193 | 0.60 | 0 | 0.20 | 0.05 | 159.58 | 0.85 | 0.67 |
| Hex | 62 | F2 | C1 | 3C | 0 | 14 | 5 | A0 | 55 | 43 |
| Octal | 142 | 362 | 301 | 74 | 0 | 24 | 5 | 240 | 125 | 103 |
| Binary | 1100010 | 11110010 | 11000001 | 111100 | 0 | 10100 | 101 | 10100000 | 1010101 | 1000011 |
Color Harmonies of #62F2C1
Complementary color
Monochromatic Colors of #62F2C1
Black with #62F2C1
Text Example
Text Example
White with #62F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F2C1; }
p { color: rgb(98,242,193); }
H1.HeaderClassName
{
color: #62F2C1;
}
.AnyTagClassName
{
color: #62F2C1;
}
</style>
background-color css
<style>
a { background-color: #62F2C1; }
a { background-color: rgb(98,242,193); }
div.DivClassName
{
background-color: #62F2C1;
}
.BgClassName
{
background-color: #62F2C1;
}
</style>
border-color css
<style>
span { border-color: #62F2C1; }
span { border-color: rgb(98,242,193); }
td.TdClassName
{
border-color: #62F2C1;
}
.TagClassName
{
border-color: #62F2C1;
}
</style>