#DCEC80

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

Shades of Mindaro #DCEC80

Tints of Mindaro #DCEC80

Color information

#DCEC80 (or 0xDCEC80) is unknown color: approx Mindaro. HEX triplet: DC, EC and 80. RGB value is (220,236,128). Sum of RGB (Red+Green+Blue) = 220+236+128=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEC80 is #23137F. Grayscale: #DBDBDB. Windows color (decimal): -2298752 or 8449244. OLE color: 8449244.

HSL color Cylindrical-coordinate representation of color #DCEC80: hue angle of 68.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCEC80 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB220236128-
CMYK0.0700.460.07
HSL68.89º73.97%71.37%-
HSV(B)68.89º45.76%92.55%-
XYZ63.4176.7731.9-
YUV218.976.7128.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 236 (92.58% from 255) = 40.41%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=37.67%
G=40.41%
B=21.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202361280.0700.460.0768.8973.9771.37
HexDCEC80702E7454a47
Octal33435420070567105112107
Binary1101110011101100100000001110101110111100010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEC80; }

 p { color: rgb(220,236,128); }

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

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

 a { background-color: rgb(220,236,128); }

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

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

 span { border-color: rgb(220,236,128); }

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