#DFF672

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

Shades of Mindaro #DFF672

Tints of Mindaro #DFF672

Color information

#DFF672 (or 0xDFF672) is unknown color: approx Mindaro. HEX triplet: DF, F6 and 72. RGB value is (223,246,114). Sum of RGB (Red+Green+Blue) = 223+246+114=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 114 (44.92% from 255 or 19.55% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF672 is #20098D. Grayscale: #E0E0E0. Windows color (decimal): -2099598 or 7534303. OLE color: 7534303.

HSL color Cylindrical-coordinate representation of color #DFF672: hue angle of 70.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFF672 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB223246114-
CMYK0.0900.540.04
HSL70.45º88%70.59%-
HSV(B)70.45º53.66%96.47%-
XYZ66.4282.8128.4-
YUV224.0865.88127.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 246 (96.48% from 255) = 42.20%
BLUE value IS 114 (44.92% from 255) = 19.55%
R=38.25%
G=42.20%
B=19.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232461140.0900.540.0470.458870.59
HexDFF67290364465847
Octal337366162110664106130107
Binary1101111111110110111001010010110110100100011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF672; }

 p { color: rgb(223,246,114); }

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

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

 a { background-color: rgb(223,246,114); }

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

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

 span { border-color: rgb(223,246,114); }

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