#DDF481

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

Shades of Mindaro #DDF481

Tints of Mindaro #DDF481

Color information

#DDF481 (or 0xDDF481) is unknown color: approx Mindaro. HEX triplet: DD, F4 and 81. RGB value is (221,244,129). Sum of RGB (Red+Green+Blue) = 221+244+129=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF481 is #220B7E. Grayscale: #E0E0E0. Windows color (decimal): -2231167 or 8516829. OLE color: 8516829.

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

Color convert

RGB221244129-
CMYK0.0900.470.04
HSL72º83.94%73.14%-
HSV(B)72º47.13%95.69%-
XYZ66.1381.6633.05-
YUV224.0174.38125.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 129 (50.78% from 255) = 21.72%
R=37.21%
G=41.08%
B=21.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212441290.0900.470.047283.9473.14
HexDDF481902F4485449
Octal335364201110574110124111
Binary11011101111101001000000110010101111100100100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF481; }

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

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

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

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

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

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

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

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