Shades of Australian Mint #DFF2AF
Tints of Australian Mint #DFF2AF
RGB
CMYK
RGB Variations
Color information
#DFF2AF (or 0xDFF2AF) is known color: Australian Mint. HEX triplet: DF, F2 and AF. RGB value is (223,242,175). Sum of RGB (Red+Green+Blue) = 223+242+175=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2AF is #200D50. Grayscale: #E4E4E4. Windows color (decimal): -2100561 or 11530975. OLE color: 11530975.
HSL color Cylindrical-coordinate representation of color #DFF2AF: hue angle of 77.01º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFF2AF is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 175 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.05 |
| HSL | 77.01º | 0.72% | 0.82% | - |
| HSV(B) | 77.01º | 0.28% | 0.95% | - |
| XYZ | 69.92 | 82.29 | 52.76 | - |
| YUV | 228.68 | 97.71 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 175 | 0.08 | 0 | 0.28 | 0.05 | 77.01 | 0.72 | 0.82 |
| Hex | DF | F2 | AF | 8 | 0 | 1C | 5 | 4D | 48 | 52 |
| Octal | 337 | 362 | 257 | 10 | 0 | 34 | 5 | 115 | 110 | 122 |
| Binary | 11011111 | 11110010 | 10101111 | 1000 | 0 | 11100 | 101 | 1001101 | 1001000 | 1010010 |
Color Harmonies of #DFF2AF
Complementary color
Monochromatic Colors of #DFF2AF
Black with #DFF2AF
Text Example
Text Example
White with #DFF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2AF; }
p { color: rgb(223,242,175); }
H1.HeaderClassName
{
color: #DFF2AF;
}
.AnyTagClassName
{
color: #DFF2AF;
}
</style>
background-color css
<style>
a { background-color: #DFF2AF; }
a { background-color: rgb(223,242,175); }
div.DivClassName
{
background-color: #DFF2AF;
}
.BgClassName
{
background-color: #DFF2AF;
}
</style>
border-color css
<style>
span { border-color: #DFF2AF; }
span { border-color: rgb(223,242,175); }
td.TdClassName
{
border-color: #DFF2AF;
}
.TagClassName
{
border-color: #DFF2AF;
}
</style>