Shades of Downy #65EFBE
Tints of Downy #65EFBE
RGB
CMYK
RGB Variations
Color information
#65EFBE (or 0x65EFBE) is known color: Downy. HEX triplet: 65, EF and BE. RGB value is (101,239,190). Sum of RGB (Red+Green+Blue) = 101+239+190=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #65EFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EFBE is #9A1041. Grayscale: #C0C0C0. Windows color (decimal): -10096706 or 12513125. OLE color: 12513125.
HSL color Cylindrical-coordinate representation of color #65EFBE: hue angle of 158.7º 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 #65EFBE is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 239 | 190 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.06 |
| HSL | 158.7º | 0.81% | 0.67% | - |
| HSV(B) | 158.7º | 0.58% | 0.94% | - |
| XYZ | 45.53 | 68.22 | 59.48 | - |
| YUV | 192.15 | 126.78 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 239 | 190 | 0.58 | 0 | 0.21 | 0.06 | 158.7 | 0.81 | 0.67 |
| Hex | 65 | EF | BE | 3A | 0 | 15 | 6 | 9F | 51 | 43 |
| Octal | 145 | 357 | 276 | 72 | 0 | 25 | 6 | 237 | 121 | 103 |
| Binary | 1100101 | 11101111 | 10111110 | 111010 | 0 | 10101 | 110 | 10011111 | 1010001 | 1000011 |
Color Harmonies of #65EFBE
Complementary color
Monochromatic Colors of #65EFBE
Black with #65EFBE
Text Example
Text Example
White with #65EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65EFBE; }
p { color: rgb(101,239,190); }
H1.HeaderClassName
{
color: #65EFBE;
}
.AnyTagClassName
{
color: #65EFBE;
}
</style>
background-color css
<style>
a { background-color: #65EFBE; }
a { background-color: rgb(101,239,190); }
div.DivClassName
{
background-color: #65EFBE;
}
.BgClassName
{
background-color: #65EFBE;
}
</style>
border-color css
<style>
span { border-color: #65EFBE; }
span { border-color: rgb(101,239,190); }
td.TdClassName
{
border-color: #65EFBE;
}
.TagClassName
{
border-color: #65EFBE;
}
</style>