#DCF764

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

Shades of Mindaro #DCF764

Tints of Mindaro #DCF764

Color information

#DCF764 (or 0xDCF764) is unknown color: approx Mindaro. HEX triplet: DC, F7 and 64. RGB value is (220,247,100). Sum of RGB (Red+Green+Blue) = 220+247+100=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 100 (39.45% from 255 or 17.64% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF764 is #23089B. Grayscale: #DEDEDE. Windows color (decimal): -2295964 or 6617052. OLE color: 6617052.

HSL color Cylindrical-coordinate representation of color #DCF764: hue angle of 71.02º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF764 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB220247100-
CMYK0.1100.600.03
HSL71.02º90.18%68.04%-
HSV(B)71.02º59.51%96.86%-
XYZ65.0882.6624.58-
YUV222.1759.05126.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 247 (96.88% from 255) = 43.56%
BLUE value IS 100 (39.45% from 255) = 17.64%
R=38.80%
G=43.56%
B=17.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471000.1100.600.0371.0290.1868.04
HexDCF764B03C3475a44
Octal334367144130743107132104
Binary110111001111011111001001011011110011100011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF764; }

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

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

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

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

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

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

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

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