#DDF584

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

Shades of Mindaro #DDF584

Tints of Mindaro #DDF584

Color information

#DDF584 (or 0xDDF584) is unknown color: approx Mindaro. HEX triplet: DD, F5 and 84. RGB value is (221,245,132). Sum of RGB (Red+Green+Blue) = 221+245+132=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 132 (51.95% from 255 or 22.07% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF584 is #220A7B. Grayscale: #E1E1E1. Windows color (decimal): -2230908 or 8713693. OLE color: 8713693.

HSL color Cylindrical-coordinate representation of color #DDF584: hue angle of 72.74º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDF584 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB221245132-
CMYK0.1000.460.04
HSL72.74º84.96%73.92%-
HSV(B)72.74º46.12%96.08%-
XYZ66.6482.3434.21-
YUV224.9475.55125.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 132 (51.95% from 255) = 22.07%
R=36.96%
G=40.97%
B=22.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212451320.1000.460.0472.7484.9673.92
HexDDF584A02E449554a
Octal335365204120564111125112
Binary11011101111101011000010010100101110100100100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF584; }

 p { color: rgb(221,245,132); }

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

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

 a { background-color: rgb(221,245,132); }

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

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

 span { border-color: rgb(221,245,132); }

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