#DCF785

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

Shades of Mindaro #DCF785

Tints of Mindaro #DCF785

Color information

#DCF785 (or 0xDCF785) is unknown color: approx Mindaro. HEX triplet: DC, F7 and 85. RGB value is (220,247,133). Sum of RGB (Red+Green+Blue) = 220+247+133=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF785 is #23087A. Grayscale: #E2E2E2. Windows color (decimal): -2295931 or 8779740. OLE color: 8779740.

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

Color convert

RGB220247133-
CMYK0.1100.460.03
HSL74.21º87.69%74.51%-
HSV(B)74.21º46.15%96.86%-
XYZ67.0183.4334.76-
YUV225.9375.55123.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=36.67%
G=41.17%
B=22.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471330.1100.460.0374.2187.6974.51
HexDCF785B02E34a584b
Octal334367205130563112130113
Binary1101110011110111100001011011010111011100101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF785; }

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

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

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

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

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

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

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

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