Shades of Downy #65EFC3
Tints of Downy #65EFC3
RGB
CMYK
RGB Variations
Color information
#65EFC3 (or 0x65EFC3) is known color: Downy. HEX triplet: 65, EF and C3. RGB value is (101,239,195). Sum of RGB (Red+Green+Blue) = 101+239+195=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFC3 is #9A103C. Grayscale: #C0C0C0. Windows color (decimal): -10096701 or 12840805. OLE color: 12840805.
HSL color Cylindrical-coordinate representation of color #65EFC3: hue angle of 160.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EFC3 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 195 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.06 |
| HSL | 160.87º | 0.81% | 0.67% | - |
| HSV(B) | 160.87º | 0.58% | 0.94% | - |
| XYZ | 46.08 | 68.44 | 62.41 | - |
| YUV | 192.72 | 129.28 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 195 | 0.58 | 0 | 0.18 | 0.06 | 160.87 | 0.81 | 0.67 |
| Hex | 65 | EF | C3 | 3A | 0 | 12 | 6 | A1 | 51 | 43 |
| Octal | 145 | 357 | 303 | 72 | 0 | 22 | 6 | 241 | 121 | 103 |
| Binary | 1100101 | 11101111 | 11000011 | 111010 | 0 | 10010 | 110 | 10100001 | 1010001 | 1000011 |
Color Harmonies of #65EFC3
Complementary color
Monochromatic Colors of #65EFC3
Black with #65EFC3
Text Example
Text Example
White with #65EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFC3; }
p { color: rgb(101,239,195); }
H1.HeaderClassName
{
color: #65EFC3;
}
.AnyTagClassName
{
color: #65EFC3;
}
</style>
background-color css
<style>
a { background-color: #65EFC3; }
a { background-color: rgb(101,239,195); }
div.DivClassName
{
background-color: #65EFC3;
}
.BgClassName
{
background-color: #65EFC3;
}
</style>
border-color css
<style>
span { border-color: #65EFC3; }
span { border-color: rgb(101,239,195); }
td.TdClassName
{
border-color: #65EFC3;
}
.TagClassName
{
border-color: #65EFC3;
}
</style>