Shades of Downy #65E6B9
Tints of Downy #65E6B9
RGB
CMYK
RGB Variations
Color information
#65E6B9 (or 0x65E6B9) is known color: Downy. HEX triplet: 65, E6 and B9. RGB value is (101,230,185). Sum of RGB (Red+Green+Blue) = 101+230+185=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 230 - color contains mainly: green. Hex color #65E6B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E6B9 is #9A1946. Grayscale: #BABABA. Windows color (decimal): -10099015 or 12183141. OLE color: 12183141.
HSL color Cylindrical-coordinate representation of color #65E6B9: hue angle of 159.07º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E6B9 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 230 | 185 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.10 |
| HSL | 159.07º | 0.72% | 0.65% | - |
| HSV(B) | 159.07º | 0.56% | 0.9% | - |
| XYZ | 42.42 | 62.86 | 55.8 | - |
| YUV | 186.3 | 127.26 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 230 | 185 | 0.56 | 0 | 0.20 | 0.10 | 159.07 | 0.72 | 0.65 |
| Hex | 65 | E6 | B9 | 38 | 0 | 14 | A | 9F | 48 | 41 |
| Octal | 145 | 346 | 271 | 70 | 0 | 24 | 12 | 237 | 110 | 101 |
| Binary | 1100101 | 11100110 | 10111001 | 111000 | 0 | 10100 | 1010 | 10011111 | 1001000 | 1000001 |
Color Harmonies of #65E6B9
Complementary color
Monochromatic Colors of #65E6B9
Black with #65E6B9
Text Example
Text Example
White with #65E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E6B9; }
p { color: rgb(101,230,185); }
H1.HeaderClassName
{
color: #65E6B9;
}
.AnyTagClassName
{
color: #65E6B9;
}
</style>
background-color css
<style>
a { background-color: #65E6B9; }
a { background-color: rgb(101,230,185); }
div.DivClassName
{
background-color: #65E6B9;
}
.BgClassName
{
background-color: #65E6B9;
}
</style>
border-color css
<style>
span { border-color: #65E6B9; }
span { border-color: rgb(101,230,185); }
td.TdClassName
{
border-color: #65E6B9;
}
.TagClassName
{
border-color: #65E6B9;
}
</style>