Shades of Downy #65F4B6
Tints of Downy #65F4B6
RGB
CMYK
RGB Variations
Color information
#65F4B6 (or 0x65F4B6) is known color: Downy. HEX triplet: 65, F4 and B6. RGB value is (101,244,182). Sum of RGB (Red+Green+Blue) = 101+244+182=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #65F4B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F4B6 is #9A0B49. Grayscale: #C2C2C2. Windows color (decimal): -10095434 or 11990117. OLE color: 11990117.
HSL color Cylindrical-coordinate representation of color #65F4B6: hue angle of 153.99º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F4B6 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 244 | 182 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.04 |
| HSL | 153.99º | 0.87% | 0.68% | - |
| HSV(B) | 153.99º | 0.59% | 0.96% | - |
| XYZ | 46.16 | 70.85 | 55.5 | - |
| YUV | 194.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 244 | 182 | 0.59 | 0 | 0.25 | 0.04 | 153.99 | 0.87 | 0.68 |
| Hex | 65 | F4 | B6 | 3B | 0 | 19 | 4 | 9A | 57 | 44 |
| Octal | 145 | 364 | 266 | 73 | 0 | 31 | 4 | 232 | 127 | 104 |
| Binary | 1100101 | 11110100 | 10110110 | 111011 | 0 | 11001 | 100 | 10011010 | 1010111 | 1000100 |
Color Harmonies of #65F4B6
Complementary color
Monochromatic Colors of #65F4B6
Black with #65F4B6
Text Example
Text Example
White with #65F4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F4B6; }
p { color: rgb(101,244,182); }
H1.HeaderClassName
{
color: #65F4B6;
}
.AnyTagClassName
{
color: #65F4B6;
}
</style>
background-color css
<style>
a { background-color: #65F4B6; }
a { background-color: rgb(101,244,182); }
div.DivClassName
{
background-color: #65F4B6;
}
.BgClassName
{
background-color: #65F4B6;
}
</style>
border-color css
<style>
span { border-color: #65F4B6; }
span { border-color: rgb(101,244,182); }
td.TdClassName
{
border-color: #65F4B6;
}
.TagClassName
{
border-color: #65F4B6;
}
</style>