Shades of Downy #65F2B8
Tints of Downy #65F2B8
RGB
CMYK
RGB Variations
Color information
#65F2B8 (or 0x65F2B8) is known color: Downy. HEX triplet: 65, F2 and B8. RGB value is (101,242,184). Sum of RGB (Red+Green+Blue) = 101+242+184=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F2B8 is #9A0D47. Grayscale: #C1C1C1. Windows color (decimal): -10095944 or 12120677. OLE color: 12120677.
HSL color Cylindrical-coordinate representation of color #65F2B8: hue angle of 155.32º degrees, saturation: 0.84, 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 #65F2B8 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 184 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.05 |
| HSL | 155.32º | 0.84% | 0.67% | - |
| HSV(B) | 155.32º | 0.58% | 0.95% | - |
| XYZ | 45.77 | 69.73 | 56.39 | - |
| YUV | 193.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 184 | 0.58 | 0 | 0.24 | 0.05 | 155.32 | 0.84 | 0.67 |
| Hex | 65 | F2 | B8 | 3A | 0 | 18 | 5 | 9B | 54 | 43 |
| Octal | 145 | 362 | 270 | 72 | 0 | 30 | 5 | 233 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10111000 | 111010 | 0 | 11000 | 101 | 10011011 | 1010100 | 1000011 |
Color Harmonies of #65F2B8
Complementary color
Monochromatic Colors of #65F2B8
Black with #65F2B8
Text Example
Text Example
White with #65F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2B8; }
p { color: rgb(101,242,184); }
H1.HeaderClassName
{
color: #65F2B8;
}
.AnyTagClassName
{
color: #65F2B8;
}
</style>
background-color css
<style>
a { background-color: #65F2B8; }
a { background-color: rgb(101,242,184); }
div.DivClassName
{
background-color: #65F2B8;
}
.BgClassName
{
background-color: #65F2B8;
}
</style>
border-color css
<style>
span { border-color: #65F2B8; }
span { border-color: rgb(101,242,184); }
td.TdClassName
{
border-color: #65F2B8;
}
.TagClassName
{
border-color: #65F2B8;
}
</style>