#DCF780

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

Shades of Mindaro #DCF780

Tints of Mindaro #DCF780

Color information

#DCF780 (or 0xDCF780) is unknown color: approx Mindaro. HEX triplet: DC, F7 and 80. RGB value is (220,247,128). Sum of RGB (Red+Green+Blue) = 220+247+128=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF780 is #23087F. Grayscale: #E1E1E1. Windows color (decimal): -2295936 or 8452060. OLE color: 8452060.

HSL color Cylindrical-coordinate representation of color #DCF780: hue angle of 73.61º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF780 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB220247128-
CMYK0.1100.480.03
HSL73.61º88.15%73.53%-
HSV(B)73.61º48.18%96.86%-
XYZ66.6783.332.99-
YUV225.3673.05124.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 247 (96.88% from 255) = 41.51%
BLUE value IS 128 (50.39% from 255) = 21.51%
R=36.97%
G=41.51%
B=21.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471280.1100.480.0373.6188.1573.53
HexDCF780B03034a584a
Octal334367200130603112130112
Binary1101110011110111100000001011011000011100101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF780; }

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

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

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

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

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

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

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

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