Shades of Downy #65F1BD
Tints of Downy #65F1BD
RGB
CMYK
RGB Variations
Color information
#65F1BD (or 0x65F1BD) is known color: Downy. HEX triplet: 65, F1 and BD. RGB value is (101,241,189). Sum of RGB (Red+Green+Blue) = 101+241+189=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #65F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F1BD is #9A0E42. Grayscale: #C1C1C1. Windows color (decimal): -10096195 or 12448101. OLE color: 12448101.
HSL color Cylindrical-coordinate representation of color #65F1BD: hue angle of 157.71º 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 #65F1BD is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 241 | 189 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.05 |
| HSL | 157.71º | 0.83% | 0.67% | - |
| HSV(B) | 157.71º | 0.58% | 0.95% | - |
| XYZ | 46.01 | 69.35 | 59.11 | - |
| YUV | 193.21 | 125.62 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 241 | 189 | 0.58 | 0 | 0.22 | 0.05 | 157.71 | 0.83 | 0.67 |
| Hex | 65 | F1 | BD | 3A | 0 | 16 | 5 | 9E | 53 | 43 |
| Octal | 145 | 361 | 275 | 72 | 0 | 26 | 5 | 236 | 123 | 103 |
| Binary | 1100101 | 11110001 | 10111101 | 111010 | 0 | 10110 | 101 | 10011110 | 1010011 | 1000011 |
Color Harmonies of #65F1BD
Complementary color
Monochromatic Colors of #65F1BD
Black with #65F1BD
Text Example
Text Example
White with #65F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F1BD; }
p { color: rgb(101,241,189); }
H1.HeaderClassName
{
color: #65F1BD;
}
.AnyTagClassName
{
color: #65F1BD;
}
</style>
background-color css
<style>
a { background-color: #65F1BD; }
a { background-color: rgb(101,241,189); }
div.DivClassName
{
background-color: #65F1BD;
}
.BgClassName
{
background-color: #65F1BD;
}
</style>
border-color css
<style>
span { border-color: #65F1BD; }
span { border-color: rgb(101,241,189); }
td.TdClassName
{
border-color: #65F1BD;
}
.TagClassName
{
border-color: #65F1BD;
}
</style>