#DFF468

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

Shades of Mindaro #DFF468

Tints of Mindaro #DFF468

Color information

#DFF468 (or 0xDFF468) is unknown color: approx Mindaro. HEX triplet: DF, F4 and 68. RGB value is (223,244,104). Sum of RGB (Red+Green+Blue) = 223+244+104=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 104 (41.02% from 255 or 18.21% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF468 is #200B97. Grayscale: #DEDEDE. Windows color (decimal): -2100120 or 6878431. OLE color: 6878431.

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

Color convert

RGB223244104-
CMYK0.0900.570.04
HSL69º86.42%68.24%-
HSV(B)69º57.38%95.69%-
XYZ65.2881.3925.37-
YUV221.7661.54128.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 244 (95.70% from 255) = 42.73%
BLUE value IS 104 (41.02% from 255) = 18.21%
R=39.05%
G=42.73%
B=18.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232441040.0900.570.046986.4268.24
HexDFF46890394455644
Octal337364150110714105126104
Binary1101111111110100110100010010111001100100010110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF468; }

 p { color: rgb(223,244,104); }

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

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

 a { background-color: rgb(223,244,104); }

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

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

 span { border-color: rgb(223,244,104); }

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