Html Css Color HEX #DFF2B0 Australian Mint

📋 copy color: '#DFF2B0'

red 223 ◦ green 242 ◦ blue 176

#DFF2B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #DFF2B0

Tints of Australian Mint #DFF2B0

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 value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#DFF2B0 (or 0xDFF2B0) is known color: 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

RGB 223 242 176 -
CMYK 0.08 0 0.27 0.05
HSL 77.27º 0.72% 0.82% -
HSV(B) 77.27º 0.27% 0.95% -
XYZ 70.02 82.33 53.27 -
YUV 228.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 223 242 176 0.08 0 0.27 0.05 77.27 0.72 0.82
Hex DF F2 B0 8 0 1B 5 4D 48 52
Octal 337 362 260 10 0 33 5 115 110 122
Binary 11011111 11110010 10110000 1000 0 11011 101 1001101 1001000 1010010

Color Harmonies of #DFF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFF2B0

Black with #DFF2B0

Text Example


Text Example

White with #DFF2B0

Text Example


Text Example

HTML Codes & Css Web 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>