#DDF480

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

Shades of Mindaro #DDF480

Tints of Mindaro #DDF480

Color information

#DDF480 (or 0xDDF480) is unknown color: approx Mindaro. HEX triplet: DD, F4 and 80. RGB value is (221,244,128). Sum of RGB (Red+Green+Blue) = 221+244+128=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 244 (95.70% from 255 or 41.15% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF480 is #220B7F. Grayscale: #E0E0E0. Windows color (decimal): -2231168 or 8451293. OLE color: 8451293.

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

Color convert

RGB221244128-
CMYK0.0900.480.04
HSL71.9º84.06%72.94%-
HSV(B)71.9º47.54%95.69%-
XYZ66.0781.6332.7-
YUV223.973.88125.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 244 (95.70% from 255) = 41.15%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=37.27%
G=41.15%
B=21.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441280.0900.480.0471.984.0672.94
HexDDF48090304485449
Octal335364200110604110124111
Binary11011101111101001000000010010110000100100100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF480; }

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

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

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

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

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

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

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

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