Shades of Australian Mint #DFF1AD
Tints of Australian Mint #DFF1AD
RGB
CMYK
RGB Variations
Color information
#DFF1AD (or 0xDFF1AD) is known color: Australian Mint. HEX triplet: DF, F1 and AD. RGB value is (223,241,173). Sum of RGB (Red+Green+Blue) = 223+241+173=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF1AD is #200E52. Grayscale: #E4E4E4. Windows color (decimal): -2100819 or 11399647. OLE color: 11399647.
HSL color Cylindrical-coordinate representation of color #DFF1AD: hue angle of 75.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF1AD is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 173 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.05 |
| HSL | 75.88º | 0.71% | 0.81% | - |
| HSV(B) | 75.88º | 0.28% | 0.95% | - |
| XYZ | 69.43 | 81.62 | 51.63 | - |
| YUV | 227.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 173 | 0.07 | 0 | 0.28 | 0.05 | 75.88 | 0.71 | 0.81 |
| Hex | DF | F1 | AD | 7 | 0 | 1C | 5 | 4C | 47 | 51 |
| Octal | 337 | 361 | 255 | 7 | 0 | 34 | 5 | 114 | 107 | 121 |
| Binary | 11011111 | 11110001 | 10101101 | 111 | 0 | 11100 | 101 | 1001100 | 1000111 | 1010001 |
Color Harmonies of #DFF1AD
Complementary color
Monochromatic Colors of #DFF1AD
Black with #DFF1AD
Text Example
Text Example
White with #DFF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF1AD; }
p { color: rgb(223,241,173); }
H1.HeaderClassName
{
color: #DFF1AD;
}
.AnyTagClassName
{
color: #DFF1AD;
}
</style>
background-color css
<style>
a { background-color: #DFF1AD; }
a { background-color: rgb(223,241,173); }
div.DivClassName
{
background-color: #DFF1AD;
}
.BgClassName
{
background-color: #DFF1AD;
}
</style>
border-color css
<style>
span { border-color: #DFF1AD; }
span { border-color: rgb(223,241,173); }
td.TdClassName
{
border-color: #DFF1AD;
}
.TagClassName
{
border-color: #DFF1AD;
}
</style>