Shades of Australian Mint #F2FF9D
Tints of Australian Mint #F2FF9D
RGB
CMYK
RGB Variations
Color information
#F2FF9D (or 0xF2FF9D) is known color: Australian Mint. HEX triplet: F2, FF and 9D. RGB value is (242,255,157). Sum of RGB (Red+Green+Blue) = 242+255+157=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 157 (61.72% from 255 or 24.01% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF9D is #0D0062. Grayscale: #F0F0F0. Windows color (decimal): -852067 or 10354674. OLE color: 10354674.
HSL color Cylindrical-coordinate representation of color #F2FF9D: hue angle of 67.96º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2FF9D is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 157 | - |
| CMYK | 0.05 | 0 | 0.38 | 0 |
| HSL | 67.96º | 1% | 0.81% | - |
| HSV(B) | 67.96º | 0.38% | 1% | - |
| XYZ | 78.46 | 92.83 | 45.68 | - |
| YUV | 239.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 157 | 0.05 | 0 | 0.38 | 0 | 67.96 | 1 | 0.81 |
| Hex | F2 | FF | 9D | 5 | 0 | 26 | 0 | 44 | 64 | 51 |
| Octal | 362 | 377 | 235 | 5 | 0 | 46 | 0 | 104 | 144 | 121 |
| Binary | 11110010 | 11111111 | 10011101 | 101 | 0 | 100110 | 0 | 1000100 | 1100100 | 1010001 |
Color Harmonies of #F2FF9D
Complementary color
Monochromatic Colors of #F2FF9D
Black with #F2FF9D
Text Example
Text Example
White with #F2FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF9D; }
p { color: rgb(242,255,157); }
H1.HeaderClassName
{
color: #F2FF9D;
}
.AnyTagClassName
{
color: #F2FF9D;
}
</style>
background-color css
<style>
a { background-color: #F2FF9D; }
a { background-color: rgb(242,255,157); }
div.DivClassName
{
background-color: #F2FF9D;
}
.BgClassName
{
background-color: #F2FF9D;
}
</style>
border-color css
<style>
span { border-color: #F2FF9D; }
span { border-color: rgb(242,255,157); }
td.TdClassName
{
border-color: #F2FF9D;
}
.TagClassName
{
border-color: #F2FF9D;
}
</style>