Shades of Downy #65F0C0
Tints of Downy #65F0C0
RGB
CMYK
RGB Variations
Color information
#65F0C0 (or 0x65F0C0) is known color: Downy. HEX triplet: 65, F0 and C0. RGB value is (101,240,192). Sum of RGB (Red+Green+Blue) = 101+240+192=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F0C0 is #9A0F3F. Grayscale: #C1C1C1. Windows color (decimal): -10096448 or 12644453. OLE color: 12644453.
HSL color Cylindrical-coordinate representation of color #65F0C0: hue angle of 159.28º degrees, saturation: 0.82, 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 #65F0C0 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 240 | 192 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.06 |
| HSL | 159.28º | 0.82% | 0.67% | - |
| HSV(B) | 159.28º | 0.58% | 0.94% | - |
| XYZ | 46.04 | 68.89 | 60.74 | - |
| YUV | 192.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 240 | 192 | 0.58 | 0 | 0.20 | 0.06 | 159.28 | 0.82 | 0.67 |
| Hex | 65 | F0 | C0 | 3A | 0 | 14 | 6 | 9F | 52 | 43 |
| Octal | 145 | 360 | 300 | 72 | 0 | 24 | 6 | 237 | 122 | 103 |
| Binary | 1100101 | 11110000 | 11000000 | 111010 | 0 | 10100 | 110 | 10011111 | 1010010 | 1000011 |
Color Harmonies of #65F0C0
Complementary color
Monochromatic Colors of #65F0C0
Black with #65F0C0
Text Example
Text Example
White with #65F0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F0C0; }
p { color: rgb(101,240,192); }
H1.HeaderClassName
{
color: #65F0C0;
}
.AnyTagClassName
{
color: #65F0C0;
}
</style>
background-color css
<style>
a { background-color: #65F0C0; }
a { background-color: rgb(101,240,192); }
div.DivClassName
{
background-color: #65F0C0;
}
.BgClassName
{
background-color: #65F0C0;
}
</style>
border-color css
<style>
span { border-color: #65F0C0; }
span { border-color: rgb(101,240,192); }
td.TdClassName
{
border-color: #65F0C0;
}
.TagClassName
{
border-color: #65F0C0;
}
</style>