#DFF469

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

Shades of Mindaro #DFF469

Tints of Mindaro #DFF469

Color information

#DFF469 (or 0xDFF469) is unknown color: approx Mindaro. HEX triplet: DF, F4 and 69. RGB value is (223,244,105). Sum of RGB (Red+Green+Blue) = 223+244+105=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF469 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF469 is #200B96. Grayscale: #DEDEDE. Windows color (decimal): -2100119 or 6943967. OLE color: 6943967.

HSL color Cylindrical-coordinate representation of color #DFF469: hue angle of 69.06º 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 #DFF469 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB223244105-
CMYK0.0900.570.04
HSL69.06º86.34%68.43%-
HSV(B)69.06º56.97%95.69%-
XYZ65.3381.4125.63-
YUV221.8762.04128.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 244 (95.70% from 255) = 42.66%
BLUE value IS 105 (41.41% from 255) = 18.36%
R=38.99%
G=42.66%
B=18.36%

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
Decimal2232441050.0900.570.0469.0686.3468.43
HexDFF46990394455644
Octal337364151110714105126104
Binary1101111111110100110100110010111001100100010110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF469; }

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

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

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

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

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

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

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

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