Shades of Australian Mint #F5FFB0
Tints of Australian Mint #F5FFB0
RGB
CMYK
RGB Variations
Color information
#F5FFB0 (or 0xF5FFB0) is known color: Australian Mint. HEX triplet: F5, FF and B0. RGB value is (245,255,176). Sum of RGB (Red+Green+Blue) = 245+255+176=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 176 (69.14% from 255 or 26.04% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FFB0 is #0A004F. Grayscale: #F3F3F3. Windows color (decimal): -655440 or 11599861. OLE color: 11599861.
HSL color Cylindrical-coordinate representation of color #F5FFB0: hue angle of 67.59º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5FFB0 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 176 | - |
| CMYK | 0.04 | 0 | 0.31 | 0 |
| HSL | 67.59º | 1% | 0.85% | - |
| HSV(B) | 67.59º | 0.31% | 1% | - |
| XYZ | 81.25 | 94.07 | 54.95 | - |
| YUV | 243 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 176 | 0.04 | 0 | 0.31 | 0 | 67.59 | 1 | 0.85 |
| Hex | F5 | FF | B0 | 4 | 0 | 1F | 0 | 44 | 64 | 55 |
| Octal | 365 | 377 | 260 | 4 | 0 | 37 | 0 | 104 | 144 | 125 |
| Binary | 11110101 | 11111111 | 10110000 | 100 | 0 | 11111 | 0 | 1000100 | 1100100 | 1010101 |
Color Harmonies of #F5FFB0
Complementary color
Monochromatic Colors of #F5FFB0
Black with #F5FFB0
Text Example
Text Example
White with #F5FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFB0; }
p { color: rgb(245,255,176); }
H1.HeaderClassName
{
color: #F5FFB0;
}
.AnyTagClassName
{
color: #F5FFB0;
}
</style>
background-color css
<style>
a { background-color: #F5FFB0; }
a { background-color: rgb(245,255,176); }
div.DivClassName
{
background-color: #F5FFB0;
}
.BgClassName
{
background-color: #F5FFB0;
}
</style>
border-color css
<style>
span { border-color: #F5FFB0; }
span { border-color: rgb(245,255,176); }
td.TdClassName
{
border-color: #F5FFB0;
}
.TagClassName
{
border-color: #F5FFB0;
}
</style>