#dff2b0

Color #DFF2B0 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #DFF2B0

Tints of Australian Mint #DFF2B0

Color information

#DFF2B0 (or 0xDFF2B0) is unknown color: approx Australian Mint. HEX triplet: DF, F2 and B0. RGB value is (223,242,176). Sum of RGB (Red+Green+Blue) = 223+242+176=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF2B0 is #200D4F. Grayscale: #E5E5E5. Windows color (decimal): -2100560 or 11596511. OLE color: 11596511.

HSL color Cylindrical-coordinate representation of color #DFF2B0: hue angle of 77.27º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFF2B0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB223242176-
CMYK0.0800.270.05
HSL77.27º71.74%81.96%-
HSV(B)77.27º27.27%94.9%-
XYZ70.0282.3353.27-
YUV228.898.21123.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 242 (94.92% from 255) = 37.75%
BLUE value IS 176 (69.14% from 255) = 27.46%
R=34.79%
G=37.75%
B=27.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421760.0800.270.0577.2771.7481.96
HexDFF2B0801B54d4852
Octal337362260100335115110122
Binary1101111111110010101100001000011011101100110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dff2b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dff2b0; }

 p { color: rgb(223,242,176); }

 H1.HeaderClassName
 {
   color: #dff2b0;
 }
 .AnyTagClassName
 {
   color: #dff2b0;
 }
</style>
background-color css

<style>
 a { background-color: #dff2b0; }

 a { background-color: rgb(223,242,176); }

 div.DivClassName
 {
   background-color: #dff2b0;
 }
 .BgClassName
 {
   background-color: #dff2b0;
 }
</style>
border-color css

<style>
 span { border-color: #dff2b0; }

 span { border-color: rgb(223,242,176); }

 td.TdClassName
 {
   border-color: #dff2b0;
 }
 .TagClassName
 {
   border-color: #dff2b0;
 }
</style>