Shades of Australian Mint #DFF2B3
Tints of Australian Mint #DFF2B3
RGB
CMYK
RGB Variations
Color information
#DFF2B3 (or 0xDFF2B3) is known color: Australian Mint. HEX triplet: DF, F2 and B3. RGB value is (223,242,179). Sum of RGB (Red+Green+Blue) = 223+242+179=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2B3 is #200D4C. Grayscale: #E5E5E5. Windows color (decimal): -2100557 or 11793119. OLE color: 11793119.
HSL color Cylindrical-coordinate representation of color #DFF2B3: hue angle of 78.1º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFF2B3 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 179 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.05 |
| HSL | 78.1º | 0.71% | 0.83% | - |
| HSV(B) | 78.1º | 0.26% | 0.95% | - |
| XYZ | 70.32 | 82.45 | 54.86 | - |
| YUV | 229.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 179 | 0.08 | 0 | 0.26 | 0.05 | 78.1 | 0.71 | 0.83 |
| Hex | DF | F2 | B3 | 8 | 0 | 1A | 5 | 4E | 47 | 53 |
| Octal | 337 | 362 | 263 | 10 | 0 | 32 | 5 | 116 | 107 | 123 |
| Binary | 11011111 | 11110010 | 10110011 | 1000 | 0 | 11010 | 101 | 1001110 | 1000111 | 1010011 |
Color Harmonies of #DFF2B3
Complementary color
Monochromatic Colors of #DFF2B3
Black with #DFF2B3
Text Example
Text Example
White with #DFF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF2B3; }
p { color: rgb(223,242,179); }
H1.HeaderClassName
{
color: #DFF2B3;
}
.AnyTagClassName
{
color: #DFF2B3;
}
</style>
background-color css
<style>
a { background-color: #DFF2B3; }
a { background-color: rgb(223,242,179); }
div.DivClassName
{
background-color: #DFF2B3;
}
.BgClassName
{
background-color: #DFF2B3;
}
</style>
border-color css
<style>
span { border-color: #DFF2B3; }
span { border-color: rgb(223,242,179); }
td.TdClassName
{
border-color: #DFF2B3;
}
.TagClassName
{
border-color: #DFF2B3;
}
</style>