Shades of Australian Mint #F5FDAA
Tints of Australian Mint #F5FDAA
RGB
CMYK
RGB Variations
Color information
#F5FDAA (or 0xF5FDAA) is known color: Australian Mint. HEX triplet: F5, FD and AA. RGB value is (245,253,170). Sum of RGB (Red+Green+Blue) = 245+253+170=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FDAA is #0A0255. Grayscale: #F1F1F1. Windows color (decimal): -655958 or 11206133. OLE color: 11206133.
HSL color Cylindrical-coordinate representation of color #F5FDAA: hue angle of 65.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5FDAA is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 245 | 253 | 170 | - |
CMYK | 0.03 | 0 | 0.33 | 0.01 |
HSL | 65.78º | 0.95% | 0.83% | - |
HSV(B) | 65.78º | 0.33% | 0.99% | - |
XYZ | 80.04 | 92.57 | 51.68 | - |
YUV | 241.15 | 87.85 | 130.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 253 | 170 | 0.03 | 0 | 0.33 | 0.01 | 65.78 | 0.95 | 0.83 |
Hex | F5 | FD | AA | 3 | 0 | 21 | 1 | 42 | 5F | 53 |
Octal | 365 | 375 | 252 | 3 | 0 | 41 | 1 | 102 | 137 | 123 |
Binary | 11110101 | 11111101 | 10101010 | 11 | 0 | 100001 | 1 | 1000010 | 1011111 | 1010011 |
Color Harmonies of #F5FDAA
Complementary color
Monochromatic Colors of #F5FDAA
Black with #F5FDAA
Text Example
Text Example
White with #F5FDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDAA; }
p { color: rgb(245,253,170); }
H1.HeaderClassName
{
color: #F5FDAA;
}
.AnyTagClassName
{
color: #F5FDAA;
}
</style>
background-color css
<style>
a { background-color: #F5FDAA; }
a { background-color: rgb(245,253,170); }
div.DivClassName
{
background-color: #F5FDAA;
}
.BgClassName
{
background-color: #F5FDAA;
}
</style>
border-color css
<style>
span { border-color: #F5FDAA; }
span { border-color: rgb(245,253,170); }
td.TdClassName
{
border-color: #F5FDAA;
}
.TagClassName
{
border-color: #F5FDAA;
}
</style>