#DDF471

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

Shades of Mindaro #DDF471

Tints of Mindaro #DDF471

Color information

#DDF471 (or 0xDDF471) is unknown color: approx Mindaro. HEX triplet: DD, F4 and 71. RGB value is (221,244,113). Sum of RGB (Red+Green+Blue) = 221+244+113=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 113 (44.53% from 255 or 19.55% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF471 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF471 is #220B8E. Grayscale: #DEDEDE. Windows color (decimal): -2231183 or 7468253. OLE color: 7468253.

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

Color convert

RGB221244113-
CMYK0.0900.540.04
HSL70.53º85.62%70%-
HSV(B)70.53º53.69%95.69%-
XYZ65.1581.2727.87-
YUV222.1966.38127.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 113 (44.53% from 255) = 19.55%
R=38.24%
G=42.21%
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
Decimal2212441130.0900.540.0470.5385.6270
HexDDF47190364475646
Octal335364161110664107126106
Binary1101110111110100111000110010110110100100011110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF471; }

 p { color: rgb(221,244,113); }

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

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

 a { background-color: rgb(221,244,113); }

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

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

 span { border-color: rgb(221,244,113); }

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