#DCF582

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

Shades of Mindaro #DCF582

Tints of Mindaro #DCF582

Color information

#DCF582 (or 0xDCF582) is unknown color: approx Mindaro. HEX triplet: DC, F5 and 82. RGB value is (220,245,130). Sum of RGB (Red+Green+Blue) = 220+245+130=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF582 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF582 is #230A7D. Grayscale: #E0E0E0. Windows color (decimal): -2296446 or 8582620. OLE color: 8582620.

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

Color convert

RGB220245130-
CMYK0.1000.470.04
HSL73.04º85.19%73.53%-
HSV(B)73.04º46.94%96.08%-
XYZ66.282.1333.48-
YUV224.4274.72124.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 245 (96.09% from 255) = 41.18%
BLUE value IS 130 (51.17% from 255) = 21.85%
R=36.97%
G=41.18%
B=21.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451300.1000.470.0473.0485.1973.53
HexDCF582A02F449554a
Octal334365202120574111125112
Binary11011100111101011000001010100101111100100100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF582; }

 p { color: rgb(220,245,130); }

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

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

 a { background-color: rgb(220,245,130); }

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

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

 span { border-color: rgb(220,245,130); }

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