Shades of Downy #65F1B7
Tints of Downy #65F1B7
RGB
CMYK
RGB Variations
Color information
#65F1B7 (or 0x65F1B7) is known color: Downy. HEX triplet: 65, F1 and B7. RGB value is (101,241,183). Sum of RGB (Red+Green+Blue) = 101+241+183=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #65F1B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F1B7 is #9A0E48. Grayscale: #C0C0C0. Windows color (decimal): -10096201 or 12054885. OLE color: 12054885.
HSL color Cylindrical-coordinate representation of color #65F1B7: hue angle of 155.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F1B7 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 183 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.05 |
| HSL | 155.14º | 0.83% | 0.67% | - |
| HSV(B) | 155.14º | 0.58% | 0.95% | - |
| XYZ | 45.37 | 69.1 | 55.75 | - |
| YUV | 192.53 | 122.62 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 183 | 0.58 | 0 | 0.24 | 0.05 | 155.14 | 0.83 | 0.67 |
| Hex | 65 | F1 | B7 | 3A | 0 | 18 | 5 | 9B | 53 | 43 |
| Octal | 145 | 361 | 267 | 72 | 0 | 30 | 5 | 233 | 123 | 103 |
| Binary | 1100101 | 11110001 | 10110111 | 111010 | 0 | 11000 | 101 | 10011011 | 1010011 | 1000011 |
Color Harmonies of #65F1B7
Complementary color
Monochromatic Colors of #65F1B7
Black with #65F1B7
Text Example
Text Example
White with #65F1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F1B7; }
p { color: rgb(101,241,183); }
H1.HeaderClassName
{
color: #65F1B7;
}
.AnyTagClassName
{
color: #65F1B7;
}
</style>
background-color css
<style>
a { background-color: #65F1B7; }
a { background-color: rgb(101,241,183); }
div.DivClassName
{
background-color: #65F1B7;
}
.BgClassName
{
background-color: #65F1B7;
}
</style>
border-color css
<style>
span { border-color: #65F1B7; }
span { border-color: rgb(101,241,183); }
td.TdClassName
{
border-color: #65F1B7;
}
.TagClassName
{
border-color: #65F1B7;
}
</style>